abort-instr.h 114 B

12
  1. /* An instruction which should crash any program is an unused trap. */
  2. #define ABORT_INSTRUCTION asm ("trap 31")