cosmopolitan/libc/nt/ntdll/NtOpenThread.s
2020-06-15 07:18:57 -07:00

12 lines
214 B
ArmAsm

.include "o/libc/nt/ntdllimport.inc"
.ntimp NtOpenThread
.text.windows
NtOpenThread:
push %rbp
mov %rsp,%rbp
.profilable
mov __imp_NtOpenThread(%rip),%rax
jmp __sysv2nt
.endfn NtOpenThread,globl
.previous