cosmopolitan/libc/nt/kernel32/GetQueuedCompletionStatus.s

13 lines
304 B
ArmAsm
Raw Normal View History

2020-06-15 14:18:57 +00:00
.include "o/libc/nt/codegen.inc"
.imp kernel32,__imp_GetQueuedCompletionStatus,GetQueuedCompletionStatus,0
.text.windows
GetQueuedCompletionStatus:
push %rbp
mov %rsp,%rbp
.profilable
mov __imp_GetQueuedCompletionStatus(%rip),%rax
jmp __sysv2nt6
.endfn GetQueuedCompletionStatus,globl
.previous