cosmopolitan/libc/nt/ntdll/RtlReAllocateHeap.S
2023-05-10 04:20:46 -07:00

14 lines
273 B
ArmAsm

#include "libc/nt/ntdllimport.h"
.ntimp RtlReAllocateHeap,RtlReAllocateHeap
#ifdef __x86_64__
.text.windows
RtlReAllocateHeap:
push %rbp
mov %rsp,%rbp
.profilable
mov __imp_RtlReAllocateHeap(%rip),%rax
jmp __sysv2nt
.endfn RtlReAllocateHeap,globl
.previous
#endif