cosmopolitan/libc/nt/API-MS-Win-Core-Synch-l1-2-0/WakeByAddressAll.S

18 lines
324 B
ArmAsm
Raw Normal View History

2023-05-02 02:43:59 +00:00
#include "libc/nt/codegen.h"
.imp API-MS-Win-Core-Synch-l1-2-0,__imp_WakeByAddressAll,WakeByAddressAll,113
2023-05-02 02:43:59 +00:00
#ifdef __x86_64__
.text.windows
WakeByAddressAll:
push %rbp
mov %rsp,%rbp
.profilable
mov %rdi,%rcx
sub $32,%rsp
call *__imp_WakeByAddressAll(%rip)
leave
ret
.endfn WakeByAddressAll,globl
.previous
2023-05-02 02:43:59 +00:00
#endif