cosmopolitan/libc/sysv/errfuns/emlink.S

12 lines
184 B
ArmAsm

#include "libc/macros.h"
.text.unlikely
emlink: .leafprologue
.profilable
mov EMLINK(%rip),%eax
mov %eax,errno(%rip)
push $-1
pop %rax
.leafepilogue
.endfn emlink,globl,hidden