mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-01 08:48:29 +00:00
Make progress towards aarch64 build
This commit is contained in:
parent
08ff26c817
commit
ca2860947f
15428 changed files with 25694 additions and 23138 deletions
16
libc/nt/user32/GetCursor.S
Normal file
16
libc/nt/user32/GetCursor.S
Normal file
|
@ -0,0 +1,16 @@
|
|||
#include "libc/nt/codegen.h"
|
||||
.imp user32,__imp_GetCursor,GetCursor,1826
|
||||
|
||||
#ifdef __x86_64__
|
||||
.text.windows
|
||||
GetCursor:
|
||||
push %rbp
|
||||
mov %rsp,%rbp
|
||||
.profilable
|
||||
sub $32,%rsp
|
||||
call *__imp_GetCursor(%rip)
|
||||
leave
|
||||
ret
|
||||
.endfn GetCursor,globl
|
||||
.previous
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue