* v850-opc.c (v850_operansd): 3-bit immediate for bit insns
[deliverable/binutils-gdb.git] / opcodes / v850-opc.c
index 78c769fdf8faefeee2a795317d67ee981d229ded..cf6f6cfb23afc486ffac9f4be96c4be93550a6a4 100644 (file)
@@ -62,7 +62,7 @@ const struct v850_operand v850_operands[] = {
 
 #define B3     (D22+1)
 /* The 3 bit immediate field in format 8 insn.  */
-  { 3, 11, 0, 0, V850_OPERAND_SIGNED },
+  { 3, 11, 0, 0, 0 },
 
 #define CCCC   (B3+1)
 /* The 4 bit condition code in a setf instruction */
This page took 0.023266 seconds and 4 git commands to generate.