mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
14 lines
239 B
ArmAsm
14 lines
239 B
ArmAsm
#include "libc/macros.internal.h"
|
|
.text.unlikely
|
|
|
|
.section .privileged,"ax",@progbits
|
|
|
|
ekeyrejected:
|
|
.leafprologue
|
|
mov EKEYREJECTED(%rip),%ecx
|
|
.errno
|
|
mov %ecx,(%rax)
|
|
push $-1
|
|
pop %rax
|
|
.leafepilogue
|
|
.endfn ekeyrejected,globl,hidden
|