Gitiles
Code Review
Sign In
192.168.1.100
/
7520V3V
/
bfc6e71ee409bcae7f7b6850f4ebfbd3091c5851
/
.
/
ap
/
libc
/
glibc
/
glibc-2.23
/
sysdeps
/
i386
/
abort-instr.h
blob: 810f10379bce74404ab229875107e014c5f0793f [
file
] [
log
] [
blame
]
xf.li
bfc6e71
2025-02-07 01:54:34 -0800
[
diff
] [
blame^
]
1
/* An instruction which should crash any program is `hlt'. */
2
#define
ABORT_INSTRUCTION
asm
(
"hlt"
)