Move print_insn_XXX to an opcodes internal header
[deliverable/binutils-gdb.git] / opcodes / bfin-dis.c
index a1eaeb49cf570b95a837fdd2ae4c8a80567e9b75..bca68b4fca109a13d25a40b889464085347cf392 100644 (file)
@@ -38,7 +38,7 @@ typedef long TIword;
 #define SIGNEXTEND(v, n)    ((v << (HOST_LONG_WORD_SIZE - (n))) >> (HOST_LONG_WORD_SIZE - (n)))
 #define MASKBITS(val, bits) (val & ((1 << bits) - 1))
 
-#include "dis-asm.h"
+#include "disassemble.h"
 
 typedef unsigned int bu32;
 
This page took 0.025828 seconds and 4 git commands to generate.