Sign in
chromium
/
native_client
/
nacl-glibc.git
/
glibc-2.9
/
.
/
sysdeps
/
i386
/
abort-instr.h
blob: 810f10379bce74404ab229875107e014c5f0793f [
file
] [
log
] [
blame
]
/* An instruction which should crash any program is `hlt'. */
#define
ABORT_INSTRUCTION
asm
(
"hlt"
)