* alpha-opc.c (unop): Encode with RB as $sp.
[binutils-gdb.git] / opcodes / m32r-ibld.c
index 4d083a1828852f94278b276843332e33da7f87f0..59bc05897395c6f07f054f7fab451b4e8ca7350f 100644 (file)
@@ -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