aboutsummaryrefslogtreecommitdiff
path: root/opcodes/v850-opc.c
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1996-08-23 17:52:00 +0000
committerJeff Law <law@redhat.com>1996-08-23 17:52:00 +0000
commit9ad8ddf1bd4d07041d0149b64a2e29881586a89d (patch)
treebbe724640a98e3527e6c333014033fa3da563e3f /opcodes/v850-opc.c
parent827b80748b84ec13d5201e333707f2b38392d9a6 (diff)
downloadgdb-9ad8ddf1bd4d07041d0149b64a2e29881586a89d.zip
gdb-9ad8ddf1bd4d07041d0149b64a2e29881586a89d.tar.gz
gdb-9ad8ddf1bd4d07041d0149b64a2e29881586a89d.tar.bz2
* v850-opc.c (v850_operands): I16 inserts at offset 16!
Should get immediate 16bit operands into the right place
Diffstat (limited to 'opcodes/v850-opc.c')
-rw-r--r--opcodes/v850-opc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/v850-opc.c b/opcodes/v850-opc.c
index 9047701..39cb57b 100644
--- a/opcodes/v850-opc.c
+++ b/opcodes/v850-opc.c
@@ -42,7 +42,7 @@ const struct v850_operand v850_operands[] = {
/* The IMM16 field in a format 6 insn. */
#define I16 (I5U+1)
- { 16, 0, 0, 0, 0 },
+ { 16, 16, 0, 0, 0 },
/* The signed DISP7 field in a format 4 insn. */
#define D7S (I16+1)