[libc] Fix inline assembly for nvptx quick_exit
authorJoseph Huber <jhuber6@vols.utk.edu>
Thu, 23 Mar 2023 16:27:20 +0000 (11:27 -0500)
committerJoseph Huber <jhuber6@vols.utk.edu>
Thu, 23 Mar 2023 16:28:33 +0000 (11:28 -0500)
commite33f8ac9d8b3bd8b376d2306c3988381309b68eb
treee9341a51cd1e6da57a4ee4be3653e6772347a6b7
parent5525087e4c7bdedea3935fd08ee99ac3ba53a5b2
[libc] Fix inline assembly for nvptx quick_exit

Summary:
The `exit` function in NVPTX has no intrinsic, but the assembly requires
a semicolon in the ptx, otherwise it will fail.
libc/src/__support/OSUtil/gpu/quick_exit.cpp