From: Jeff Law Date: Thu, 22 Aug 1996 02:18:07 +0000 (+0000) Subject: Fix thinko in B3. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=4cd595fcdd4d43536f7791a5a443dd8204fe1460;hp=7c8157dd489806688d37bd20b3bf43944b764cca;p=deliverable%2Fbinutils-gdb.git Fix thinko in B3. --- diff --git a/opcodes/v850-opc.c b/opcodes/v850-opc.c index bf3baaa88d..afa32eeb3e 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, 3, OPERAND_NUM } + { 3, 27, OPERAND_NUM } } ;