cosmopolitan/libc/nt/KernelBase/GetExitCodeThread.s

13 lines
267 B
ArmAsm

.include "o/libc/nt/codegen.inc"
.imp KernelBase,__imp_GetExitCodeThread,GetExitCodeThread,537
.text.windows
GetExitCodeThread:
push %rbp
mov %rsp,%rbp
.profilable
mov __imp_GetExitCodeThread(%rip),%rax
jmp __sysv2nt
.endfn GetExitCodeThread,globl
.previous