summaryrefslogtreecommitdiff
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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/mips/abort-instr.h b/sysdeps/mips/abort-instr.h
deleted file mode 100644
index d7d8d501b3..0000000000
--- a/sysdeps/mips/abort-instr.h
+++ /dev/null
@@ -1,2 +0,0 @@
-/* An instruction which should crash any program is a breakpoint. */
-#define ABORT_INSTRUCTION asm ("break 255")