packaing: switch off build_html
[platform/upstream/glibc.git] / sysdeps / mips / abort-instr.h
1 /* An instruction which should crash any program is a breakpoint.  */
2 #ifdef __mips16
3 # define ABORT_INSTRUCTION asm ("break 63")
4 #else
5 # define ABORT_INSTRUCTION asm ("break 255")
6 #endif