Blame sysdeps/sh/abort-instr.h

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