cosmopolitan/libc/nt/pdh/PdhGetFormattedCounterValue.S
2023-05-10 04:20:46 -07:00

14 lines
329 B
ArmAsm

#include "libc/nt/codegen.h"
.imp pdh,__imp_PdhGetFormattedCounterValue,PdhGetFormattedCounterValue,0
#ifdef __x86_64__
.text.windows
PdhGetFormattedCounterValue:
push %rbp
mov %rsp,%rbp
.profilable
mov __imp_PdhGetFormattedCounterValue(%rip),%rax
jmp __sysv2nt
.endfn PdhGetFormattedCounterValue,globl
.previous
#endif