cosmopolitan/libc/sysv/errfuns/emsgsize.S

10 lines
157 B
ArmAsm
Raw Normal View History

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