diff options
Diffstat (limited to 'sysdeps/tile/abort-instr.h')
-rw-r--r-- | sysdeps/tile/abort-instr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/tile/abort-instr.h b/sysdeps/tile/abort-instr.h new file mode 100644 index 0000000000..0f57da5198 --- /dev/null +++ b/sysdeps/tile/abort-instr.h @@ -0,0 +1,2 @@ +/* An instruction which should crash any program is `hlt'. */ +#define ABORT_INSTRUCTION asm ("ill") |