about summary refs log tree commit diff
path: root/REORG.TODO/sysdeps/sh/abort-instr.h
blob: 69381aec8e188291f516f798a08ebbd503b90b5f (plain) (blame)
1
2
3
/* An instruction which should crash any program is `sleep'.  */
#define ABORT_INSTRUCTION_ASM sleep
#define ABORT_INSTRUCTION asm ("sleep")