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

11 lines
184 B
ArmAsm

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