mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-01 03:53:33 +00:00
12 lines
218 B
ArmAsm
12 lines
218 B
ArmAsm
.include "o/libc/nt/codegen.inc"
|
|
.imp MsWSock,__imp_AcceptEx,AcceptEx,1
|
|
|
|
.text.windows
|
|
AcceptEx:
|
|
push %rbp
|
|
mov %rsp,%rbp
|
|
.profilable
|
|
mov __imp_AcceptEx(%rip),%rax
|
|
jmp __sysv2nt8
|
|
.endfn AcceptEx,globl
|
|
.previous
|