cosmopolitan/libc/sysv/errfuns/eprotonosupport.S
2020-06-15 07:18:57 -07:00

12 lines
212 B
ArmAsm

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