aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mips/abort-instr.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mips/abort-instr.h')
-rw-r--r--sysdeps/mips/abort-instr.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sysdeps/mips/abort-instr.h b/sysdeps/mips/abort-instr.h
deleted file mode 100644
index 7ccae5736b..0000000000
--- a/sysdeps/mips/abort-instr.h
+++ /dev/null
@@ -1,6 +0,0 @@
-/* An instruction which should crash any program is a breakpoint. */
-#ifdef __mips16
-# define ABORT_INSTRUCTION asm ("break 63")
-#else
-# define ABORT_INSTRUCTION asm ("break 255")
-#endif