Gitiles
Code Review
Sign In
192.168.1.100
/
7520V3V
/
bfc6e71ee409bcae7f7b6850f4ebfbd3091c5851
/
.
/
ap
/
libc
/
glibc
/
glibc-2.23
/
sysdeps
/
mips
/
abort-instr.h
blob: 7ccae5736b325b47d230e46a4c355f3512c24068 [
file
] [
log
] [
blame
]
/* An instruction which should crash any program is a breakpoint. */
#ifdef
__mips16
# define ABORT_INSTRUCTION asm ("break 63")
#else
# define ABORT_INSTRUCTION asm ("break 255")
#endif