mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-29 11:58:45 +00:00
14 lines
248 B
ArmAsm
14 lines
248 B
ArmAsm
#include "libc/macros.internal.h"
|
|
.text.unlikely
|
|
|
|
.section .privileged,"ax",@progbits
|
|
|
|
enotrecoverable:
|
|
.leafprologue
|
|
mov ENOTRECOVERABLE(%rip),%ecx
|
|
.errno
|
|
mov %ecx,(%rax)
|
|
push $-1
|
|
pop %rax
|
|
.leafepilogue
|
|
.endfn enotrecoverable,globl,hidden
|