cosmopolitan/libc/nt/ntdll/NtQueryIntervalProfile.s

13 lines
254 B
ArmAsm

.include "o/libc/nt/ntdllimport.inc"
.ntimp NtQueryIntervalProfile
.text.windows
NtQueryIntervalProfile:
push %rbp
mov %rsp,%rbp
.profilable
mov __imp_NtQueryIntervalProfile(%rip),%rax
jmp __sysv2nt
.endfn NtQueryIntervalProfile,globl
.previous