From: Jeff Law Date: Thu, 22 Aug 1996 02:20:08 +0000 (+0000) Subject: Arggh. B3. shift counts are from the start of each half-word apparently. X-Git-Tag: gdb-4_18~7923 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fa6761106fe50fb7282f7ca3e699e0d4cf882a26;p=platform%2Fupstream%2Fbinutils.git Arggh. B3. shift counts are from the start of each half-word apparently. --- diff --git a/opcodes/v850-opc.c b/opcodes/v850-opc.c index afa32ee..6b3b022 100644 --- a/opcodes/v850-opc.c +++ b/opcodes/v850-opc.c @@ -55,7 +55,7 @@ const struct v850_operand v850_operands[] = { #define B3 (D22+1) /* The 3 bit immediate field in format 8 insn. */ - { 3, 27, OPERAND_NUM } + { 3, 11, OPERAND_NUM } } ;