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