cosmopolitan/libc/nt/ws2_32/bind.s

13 lines
214 B
ArmAsm
Raw Normal View History

2020-06-15 14:18:57 +00:00
.include "o/libc/nt/codegen.inc"
.imp ws2_32,__imp_bind,bind,2
.text.windows
__sys_bind_nt:
2020-06-15 14:18:57 +00:00
push %rbp
mov %rsp,%rbp
.profilable
mov __imp_bind(%rip),%rax
jmp __sysv2nt
.endfn __sys_bind_nt,globl
2020-06-15 14:18:57 +00:00
.previous