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