xf.li | bfc6e71 | 2025-02-07 01:54:34 -0800 | [diff] [blame^] | 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 |