From ae8736b79852eaf7dc00d592a906faff5954954d Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 3 Feb 2000 15:03:50 +0000 Subject: [PATCH] 2000-02-03 Andreas Jaeger * sysdeps/mips/abort-instr.h: New file. --- sysdeps/mips/abort-instr.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sysdeps/mips/abort-instr.h diff --git a/sysdeps/mips/abort-instr.h b/sysdeps/mips/abort-instr.h new file mode 100644 index 0000000..d7d8d50 --- /dev/null +++ b/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") -- 2.7.4