cosmopolitan/libc/nt/ntdll/NtStopProfile.s

16 lines
241 B
ArmAsm

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