cosmopolitan/libc/nt/ntdll/RtlAllocateHeap.s

13 lines
226 B
ArmAsm
Raw Normal View History

2020-06-15 14:18:57 +00:00
.include "o/libc/nt/ntdllimport.inc"
.ntimp RtlAllocateHeap
.text.windows
RtlAllocateHeap:
push %rbp
mov %rsp,%rbp
.profilable
mov __imp_RtlAllocateHeap(%rip),%rax
jmp __sysv2nt
.endfn RtlAllocateHeap,globl
.previous