Import chnages from master config repository.
[deliverable/binutils-gdb.git] / opcodes / cgen-ibld.in
index d95878596bf6c43a24723763cc3786fab210e538..d2bfd02a91f7029d3c17810e0e54633a916b4b27 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
This page took 0.024703 seconds and 4 git commands to generate.