mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 15:03:34 +00:00
13 lines
217 B
ArmAsm
13 lines
217 B
ArmAsm
#include "libc/macros.internal.h"
|
|
.text.unlikely
|
|
|
|
.section .privileged,"ax",@progbits
|
|
|
|
eloop: .leafprologue
|
|
mov ELOOP(%rip),%ecx
|
|
.errno
|
|
mov %ecx,(%rax)
|
|
push $-1
|
|
pop %rax
|
|
.leafepilogue
|
|
.endfn eloop,globl,hidden
|