cosmopolitan/libc/nt/ntdll/NtStopProfile.s

16 lines
241 B
ArmAsm
Raw Normal View History

2020-06-15 14:18:57 +00:00
.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