X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=mips-dis.c;h=f6128955ca402f749ce5acd4a6d7ecbbef3f5d3b;hb=7ef4da1c3a753888e2678388150f1b846b025168;hp=6d7037cc63436e9e5e25530865efce6982eae070;hpb=6643d27ea00f3580fb0120219bd510f00b64bca5;p=qemu diff --git a/mips-dis.c b/mips-dis.c index 6d7037c..f612895 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 @@ -3315,8 +3311,6 @@ print_insn_mips (memaddr, word, info) are single stepping, or the pc is within the disassembled function, this works. Otherwise, we need a clue. Sometimes. */ -#include "cpu.h" - static int _print_insn_mips (memaddr, info, endianness) bfd_vma memaddr;