about summary refs log tree commit diff
path: root/ports/sysdeps/mips/abort-instr.h
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sysdeps/mips/abort-instr.h')
-rw-r--r--ports/sysdeps/mips/abort-instr.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ports/sysdeps/mips/abort-instr.h b/ports/sysdeps/mips/abort-instr.h
deleted file mode 100644
index 7ccae5736b..0000000000
--- a/ports/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