mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
16 lines
314 B
ArmAsm
16 lines
314 B
ArmAsm
|
.include "o/libc/nt/codegen.inc"
|
||
|
.imp kernel32,__imp_SetEnvironmentStringsA,SetEnvironmentStringsA,1304
|
||
|
|
||
|
.text.windows
|
||
|
SetEnvironmentStringsA:
|
||
|
push %rbp
|
||
|
mov %rsp,%rbp
|
||
|
.profilable
|
||
|
mov %rdi,%rcx
|
||
|
sub $32,%rsp
|
||
|
call *__imp_SetEnvironmentStringsA(%rip)
|
||
|
leave
|
||
|
ret
|
||
|
.endfn SetEnvironmentStringsA,globl
|
||
|
.previous
|