cosmopolitan/libc/sysv/errfuns/eprotonosupport.S

13 lines
221 B
ArmAsm
Raw Normal View History

#include "libc/macros.internal.h"
2020-06-15 14:18:57 +00:00
.text.unlikely
eprotonosupport:
.leafprologue
.profilable
mov EPROTONOSUPPORT(%rip),%eax
mov %eax,errno(%rip)
push $-1
pop %rax
.leafepilogue
.endfn eprotonosupport,globl,hidden