summaryrefslogtreecommitdiff
path: root/opcodes/m32r-ibld.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-11-09 10:21:22 +0000
committerNick Clifton <nickc@redhat.com>2001-11-09 10:21:22 +0000
commit8f7c482439e7d35376622b98d93331af5cb2fe93 (patch)
tree9b8185033522d9d44d04689639e7ee818ad901e5 /opcodes/m32r-ibld.c
parentd480556f681cefb9de53bceb1d32d965912f0af7 (diff)
downloadbinutils-redhat-8f7c482439e7d35376622b98d93331af5cb2fe93.tar.gz
Fix badly placed #if 0...
Diffstat (limited to 'opcodes/m32r-ibld.c')
-rw-r--r--opcodes/m32r-ibld.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/m32r-ibld.c b/opcodes/m32r-ibld.c
index 4d083a1828..59bc058973 100644
--- a/opcodes/m32r-ibld.c
+++ b/opcodes/m32r-ibld.c
@@ -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