diff options
Diffstat (limited to 'ports/sysdeps/microblaze/abort-instr.h')
-rw-r--r-- | ports/sysdeps/microblaze/abort-instr.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ports/sysdeps/microblaze/abort-instr.h b/ports/sysdeps/microblaze/abort-instr.h deleted file mode 100644 index 38469d490a..0000000000 --- a/ports/sysdeps/microblaze/abort-instr.h +++ /dev/null @@ -1,2 +0,0 @@ -/* An instruction which should crash any program is `illegal'. */ -#define ABORT_INSTRUCTION asm ("brki r0, -1") |