From e333d2c4011881ec0a6b72d6a8093c9dbeb6a448 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 9 Nov 2001 10:21:22 +0000 Subject: Fix badly placed #if 0... --- opcodes/openrisc-ibld.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'opcodes/openrisc-ibld.c') diff --git a/opcodes/openrisc-ibld.c b/opcodes/openrisc-ibld.c index 8a2a28a..4439077 100644 --- a/opcodes/openrisc-ibld.c +++ b/opcodes/openrisc-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 -- cgit v1.1