cosmopolitan/libc/nt/user32/MonitorFromPoint.S

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
325 B
ArmAsm
Raw Normal View History

#include "libc/nt/codegen.h"
.imp user32,__imp_MonitorFromPoint,MonitorFromPoint
.text.windows
.ftrace1
MonitorFromPoint:
.ftrace2
#ifdef __x86_64__
push %rbp
mov %rsp,%rbp
mov __imp_MonitorFromPoint(%rip),%rax
jmp __sysv2nt
#elif defined(__aarch64__)
mov x0,#0
ret
#endif
.endfn MonitorFromPoint,globl
.previous