mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-24 14:59:03 +00:00
19 lines
348 B
ArmAsm
19 lines
348 B
ArmAsm
|
#include "libc/nt/ntdllimport.h"
|
||
|
.ntimp NtQueryTimerResolution,NtQueryTimerResolution
|
||
|
|
||
|
.text.windows
|
||
|
.ftrace1
|
||
|
NtQueryTimerResolution:
|
||
|
.ftrace2
|
||
|
#ifdef __x86_64__
|
||
|
push %rbp
|
||
|
mov %rsp,%rbp
|
||
|
mov __imp_NtQueryTimerResolution(%rip),%rax
|
||
|
jmp __sysv2nt
|
||
|
#elif defined(__aarch64__)
|
||
|
mov x0,#0
|
||
|
ret
|
||
|
#endif
|
||
|
.endfn NtQueryTimerResolution,globl
|
||
|
.previous
|