cosmopolitan/libc/nt/kernel32/PostQueuedCompletionStatus.S

18 lines
372 B
ArmAsm
Raw Normal View History

2023-05-01 19:43:59 -07:00
#include "libc/nt/codegen.h"
.imp kernel32,__imp_PostQueuedCompletionStatus,PostQueuedCompletionStatus,0
.text.windows
PostQueuedCompletionStatus:
#ifdef __x86_64__
push %rbp
mov %rsp,%rbp
.profilable
mov __imp_PostQueuedCompletionStatus(%rip),%rax
jmp __sysv2nt
#elif defined(__aarch64__)
mov x0,#0
ret
#endif
.endfn PostQueuedCompletionStatus,globl
.previous