mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 15:03:34 +00:00
18 lines
333 B
ArmAsm
18 lines
333 B
ArmAsm
#include "libc/nt/ntdllimport.h"
|
|
.ntimp NtFreeVirtualMemory,NtFreeVirtualMemory
|
|
|
|
.text.windows
|
|
.ftrace1
|
|
NtFreeVirtualMemory:
|
|
.ftrace2
|
|
#ifdef __x86_64__
|
|
push %rbp
|
|
mov %rsp,%rbp
|
|
mov __imp_NtFreeVirtualMemory(%rip),%rax
|
|
jmp __sysv2nt
|
|
#elif defined(__aarch64__)
|
|
mov x0,#0
|
|
ret
|
|
#endif
|
|
.endfn NtFreeVirtualMemory,globl
|
|
.previous
|