aboutsummaryrefslogtreecommitdiff
path: root/mips-dis.c
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-11-06 16:52:11 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-11-06 16:52:11 +0000
commit48024e4a485fa82c103978c30c7d59d3a3a09262 (patch)
treeb1f14b3d065a54c80e53bbc0f60c2b2fbcd8680a /mips-dis.c
parentb389dbfb587e61ccc1c68e51f84f8fe050e7203e (diff)
m68k disassembler (Paul Brook)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1605 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'mips-dis.c')
-rw-r--r--mips-dis.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/mips-dis.c b/mips-dis.c
index fbc64c77ce..f6128955ca 100644
--- a/mips-dis.c
+++ b/mips-dis.c
@@ -2155,10 +2155,6 @@ struct mips_opcode *mips_opcodes =
int bfd_mips_num_opcodes = MIPS_NUM_OPCODES;
#undef MIPS_NUM_OPCODES
-typedef int bfd_boolean;
-#define TRUE (1)
-#define FALSE (0)
-
/* Mips instructions are at maximum this many bytes long. */
#define INSNLEN 4