mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-01 20:13:31 +00:00
13 lines
253 B
ArmAsm
13 lines
253 B
ArmAsm
|
.include "o/libc/nt/codegen.inc"
|
||
|
.imp iphlpapi,__imp_GetAdapterIndex,GetAdapterIndex,0
|
||
|
|
||
|
.text.windows
|
||
|
GetAdapterIndex:
|
||
|
push %rbp
|
||
|
mov %rsp,%rbp
|
||
|
.profilable
|
||
|
mov __imp_GetAdapterIndex(%rip),%rax
|
||
|
jmp __sysv2nt
|
||
|
.endfn GetAdapterIndex,globl
|
||
|
.previous
|