Sign in
chromium
/
native_client
/
nacl-glibc.git
/
refs/heads/ng/master
/
.
/
sysdeps
/
sparc
/
abort-instr.h
blob: ea92dfe8660a041e43c9b0899720fdf977789c8c [
file
] [
log
] [
blame
] [
edit
]
/* An instruction which should crash any program is an unimp. */
#define
ABORT_INSTRUCTION
asm
(
"unimp 0xf00"
)