cosmopolitan/libc/nt/ntdll/NtStartProfile.s

16 lines
245 B
ArmAsm

.include "o/libc/nt/ntdllimport.inc"
.ntimp NtStartProfile
.text.windows
NtStartProfile:
push %rbp
mov %rsp,%rbp
.profilable
mov %rdi,%rcx
sub $32,%rsp
call *__imp_NtStartProfile(%rip)
leave
ret
.endfn NtStartProfile,globl
.previous