mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 19:43:32 +00:00
13 lines
203 B
ArmAsm
13 lines
203 B
ArmAsm
|
#include "libc/macros.h"
|
||
|
.text.unlikely
|
||
|
|
||
|
econnaborted:
|
||
|
.leafprologue
|
||
|
.profilable
|
||
|
mov ECONNABORTED(%rip),%eax
|
||
|
mov %eax,errno(%rip)
|
||
|
push $-1
|
||
|
pop %rax
|
||
|
.leafepilogue
|
||
|
.endfn econnaborted,globl,hidden
|