* ppc-dis.c (powerpc_dialect): Handle power4 option.
[binutils-gdb.git] / opcodes / cgen-ibld.in
index 9103524c947253e261e180cfe6f5e280400b60e6..d2bfd02a91f7029d3c17810e0e54633a916b4b27 100644 (file)
@@ -25,7 +25,6 @@ along with this program; if not, write to the Free Software Foundation, Inc.,
    Keep that in mind.  */
 
 #include "sysdep.h"
-#include <ctype.h>
 #include <stdio.h>
 #include "ansidecl.h"
 #include "dis-asm.h"
@@ -34,6 +33,7 @@ along with this program; if not, write to the Free Software Foundation, Inc.,
 #include "@prefix@-desc.h"
 #include "@prefix@-opc.h"
 #include "opintl.h"
+#include "safe-ctype.h"
 
 #undef min
 #define min(a,b) ((a) < (b) ? (a) : (b))
@@ -375,9 +375,9 @@ extract_1 (cd, ex_info, start, length, word_length, bufp, pc)
   int shift;
 #if 0
   int big_p = CGEN_CPU_INSN_ENDIAN (cd) == CGEN_ENDIAN_BIG;
-
-  x = cgen_get_insn_value (cd, bufp, word_length);
 #endif
+  x = cgen_get_insn_value (cd, bufp, word_length);
+
   if (CGEN_INSN_LSB0_P)
     shift = (start + 1) - length;
   else