aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/m68kmri.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/opcode/m68kmri.h')
-rw-r--r--include/opcode/m68kmri.h9
1 files changed, 0 insertions, 9 deletions
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"