diff options
Diffstat (limited to 'opcodes/v850-opc.c')
-rw-r--r-- | opcodes/v850-opc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/v850-opc.c b/opcodes/v850-opc.c index 78c769f..cf6f6cf 100644 --- a/opcodes/v850-opc.c +++ b/opcodes/v850-opc.c @@ -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 */ |