mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
15 lines
278 B
ArmAsm
15 lines
278 B
ArmAsm
.include "o/libc/nt/codegen.inc"
|
|
.imp kernel32,__imp_GetStartupInfoA,GetStartupInfoA,723
|
|
|
|
.text.windows
|
|
GetStartupInfoA:
|
|
push %rbp
|
|
mov %rsp,%rbp
|
|
.profilable
|
|
mov %rdi,%rcx
|
|
sub $32,%rsp
|
|
call *__imp_GetStartupInfoA(%rip)
|
|
leave
|
|
ret
|
|
.endfn GetStartupInfoA,globl
|
|
.previous
|