kqemu/qvm86 must now be compiled outside QEMU
[qemu] / mips-dis.c
index 6d7037c..f612895 100644 (file)
@@ -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;