cosmopolitan/libc/nt/KernelBase/GetCommandLineW.s

15 lines
263 B
ArmAsm

.include "o/libc/nt/codegen.inc"
.imp KernelBase,__imp_GetCommandLineW,GetCommandLineW,445
.text.windows
GetCommandLine:
push %rbp
mov %rsp,%rbp
.profilable
sub $32,%rsp
call *__imp_GetCommandLineW(%rip)
leave
ret
.endfn GetCommandLine,globl
.previous