diff options
author | Jeff Law <law@redhat.com> | 1996-08-22 02:20:08 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-08-22 02:20:08 +0000 |
commit | fa6761106fe50fb7282f7ca3e699e0d4cf882a26 (patch) | |
tree | 24dc7d10eca28a076f830a07b4b8a99353328500 /opcodes | |
parent | 4cd595fcdd4d43536f7791a5a443dd8204fe1460 (diff) | |
download | gdb-fa6761106fe50fb7282f7ca3e699e0d4cf882a26.zip gdb-fa6761106fe50fb7282f7ca3e699e0d4cf882a26.tar.gz gdb-fa6761106fe50fb7282f7ca3e699e0d4cf882a26.tar.bz2 |
Arggh. B3. shift counts are from the start of each half-word apparently.
Diffstat (limited to 'opcodes')
-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 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 } } ; |