cosmopolitan/libc/sysv/errfuns/el2nsync.S

13 lines
191 B
ArmAsm
Raw Normal View History

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