mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
d932948fb4
Fixes #61
12 lines
197 B
ArmAsm
12 lines
197 B
ArmAsm
#include "libc/macros.internal.h"
|
|
.text.unlikely
|
|
|
|
ebadrqc:
|
|
.leafprologue
|
|
.profilable
|
|
mov EBADRQC(%rip),%eax
|
|
mov %eax,errno(%rip)
|
|
push $-1
|
|
pop %rax
|
|
.leafepilogue
|
|
.endfn ebadrqc,globl,hidden
|