Fix badly placed #if 0...
authorNick Clifton <nickc@redhat.com>
Fri, 9 Nov 2001 10:21:22 +0000 (10:21 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 9 Nov 2001 10:21:22 +0000 (10:21 +0000)
opcodes/ChangeLog
opcodes/cgen-ibld.in
opcodes/fr30-ibld.c
opcodes/m32r-ibld.c
opcodes/openrisc-ibld.c

index 6ac5498acbb57cc79a4193a8e7242ef15e72a55c..a3191831e653a37100406adf1ce3204fbf205e70 100644 (file)
@@ -1,3 +1,10 @@
+2001-11-09  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * cgen-ibld.in (extract_1): Fix badly placed #if 0.
+       * fr30-ibld.c: Regenerate.
+       * m32r-ibld.c: Regenerate.
+       * openrisc-ibld.c: Regenerate.
+
 2001-11-04  Chris Demetriou  <cgd@broadcom.com>
 
        * mips-dis.c (print_insn_mips): Remove spaces at end of line.
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
index 92e7ee3c39fec332cacfb707b0642ecd40dc023a..3a72fc27be7281f0e6c89dd8bb03cd128a9cb043 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
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
index 8a2a28a620f67d689e8a481c9bd09c8564fbbac6..4439077191714f6b3d9aecab22b54bc35be1047f 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.027862 seconds and 4 git commands to generate.