daily update
[deliverable/binutils-gdb.git] / opcodes / m32r-ibld.c
index 6c32b2327447e2831cc12e2fcf23e97204227a8c..59bc05897395c6f07f054f7fab451b4e8ca7350f 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 "m32r-desc.h"
 #include "m32r-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
This page took 0.023113 seconds and 4 git commands to generate.