Fix thinko in B3.
authorJeff Law <law@redhat.com>
Thu, 22 Aug 1996 02:18:07 +0000 (02:18 +0000)
committerJeff Law <law@redhat.com>
Thu, 22 Aug 1996 02:18:07 +0000 (02:18 +0000)
opcodes/v850-opc.c

index bf3baaa88dcbc8bc29c831d91d458014c20ca16d..afa32eeb3e6a1731c3bc7de888c8df6c7640099e 100644 (file)
@@ -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 }
 } ; 
 
 \f
This page took 0.029013 seconds and 4 git commands to generate.