mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-01 12:03:41 +00:00
14 lines
224 B
ArmAsm
14 lines
224 B
ArmAsm
#include "libc/macros.internal.h"
|
|
.text.unlikely
|
|
|
|
.section .privileged,"ax",@progbits
|
|
|
|
edotdot:
|
|
.leafprologue
|
|
mov EDOTDOT(%rip),%ecx
|
|
.errno
|
|
mov %ecx,(%rax)
|
|
push $-1
|
|
pop %rax
|
|
.leafepilogue
|
|
.endfn edotdot,globl,hidden
|