cosmopolitan/libc/sysv/errfuns/enoent.S

9 lines
150 B
ArmAsm
Raw Permalink Normal View History

#include "libc/macros.internal.h"
2020-06-15 14:18:57 +00:00
.text.unlikely
enoent: .leafprologue
.profilable
2022-05-16 20:20:08 +00:00
mov ENOENT(%rip),%ecx
jmp __errfun
2020-06-15 14:18:57 +00:00
.endfn enoent,globl,hidden