Blame sysdeps/sh/abort-instr.h

Packit 6c4009
/* An instruction which should crash any program is `sleep'.  */
Packit 6c4009
#define ABORT_INSTRUCTION_ASM sleep
Packit 6c4009
#define ABORT_INSTRUCTION asm ("sleep")