mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-09 12:48:31 +00:00
Make progress towards aarch64 build
This commit is contained in:
parent
08ff26c817
commit
ca2860947f
15428 changed files with 25694 additions and 23138 deletions
14
libc/nt/pdh/PdhAddEnglishCounterW.S
Normal file
14
libc/nt/pdh/PdhAddEnglishCounterW.S
Normal file
|
@ -0,0 +1,14 @@
|
|||
#include "libc/nt/codegen.h"
|
||||
.imp pdh,__imp_PdhAddEnglishCounterW,PdhAddEnglishCounterW,0
|
||||
|
||||
#ifdef __x86_64__
|
||||
.text.windows
|
||||
PdhAddEnglishCounter:
|
||||
push %rbp
|
||||
mov %rsp,%rbp
|
||||
.profilable
|
||||
mov __imp_PdhAddEnglishCounterW(%rip),%rax
|
||||
jmp __sysv2nt
|
||||
.endfn PdhAddEnglishCounter,globl
|
||||
.previous
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue