2023-05-02 02:43:59 +00:00
|
|
|
#include "libc/nt/codegen.h"
|
2020-12-28 21:47:19 +00:00
|
|
|
.imp kernel32,__imp_WaitForMultipleObjects,WaitForMultipleObjects,0
|
2020-06-15 14:18:57 +00:00
|
|
|
|
2023-05-02 02:43:59 +00:00
|
|
|
#ifdef __x86_64__
|
2020-06-15 14:18:57 +00:00
|
|
|
.text.windows
|
2022-04-24 16:59:22 +00:00
|
|
|
__WaitForMultipleObjects:
|
2020-06-15 14:18:57 +00:00
|
|
|
push %rbp
|
|
|
|
mov %rsp,%rbp
|
|
|
|
.profilable
|
|
|
|
mov __imp_WaitForMultipleObjects(%rip),%rax
|
|
|
|
jmp __sysv2nt
|
2022-04-24 16:59:22 +00:00
|
|
|
.endfn __WaitForMultipleObjects,globl
|
2020-06-15 14:18:57 +00:00
|
|
|
.previous
|
2023-05-02 02:43:59 +00:00
|
|
|
#endif
|