aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/opcode/.Sanitize1
-rw-r--r--include/opcode/m68kmri.h9
2 files changed, 0 insertions, 10 deletions
diff --git a/include/opcode/.Sanitize b/include/opcode/.Sanitize
index 52db263..818c72f 100644
--- a/include/opcode/.Sanitize
+++ b/include/opcode/.Sanitize
@@ -42,7 +42,6 @@ i386.h
i860.h
i960.h
m68k.h
-m68kmri.h
m88k.h
mips.h
np1.h
diff --git a/include/opcode/m68kmri.h b/include/opcode/m68kmri.h
deleted file mode 100644
index 92f87dd..0000000
--- a/include/opcode/m68kmri.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#define MOTOROLA_SYNTAX
-
-/* Allow OP as an alias for OP.l (or OP.w or OP.b, depend on OP). */
-#define ALLOW_DEFAULT_SIZES
-
-/* Customers want bhi and friends to be variable sized - stolen from jhi */
-#define BRANCH_IS_VARIABLE_SIZED
-
-#include "m68k.h"