aboutsummaryrefslogtreecommitdiff
path: root/opcodes/v850-opc.c
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1996-08-22 01:39:22 +0000
committerJeff Law <law@redhat.com>1996-08-22 01:39:22 +0000
commitfed1d21fc0c3ed467c99e04c69555f279b7ec534 (patch)
tree01c158573e579027ece8b188642cddc55f7398d2 /opcodes/v850-opc.c
parentb10e29f4b8c3c699a19d85ee4f0b07809eef43f7 (diff)
downloadgdb-fed1d21fc0c3ed467c99e04c69555f279b7ec534.zip
gdb-fed1d21fc0c3ed467c99e04c69555f279b7ec534.tar.gz
gdb-fed1d21fc0c3ed467c99e04c69555f279b7ec534.tar.bz2
* v850-ope.c ("jmp"): R1 is only operand.
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 4a11519..3a99f03 100644
--- a/opcodes/v850-opc.c
+++ b/opcodes/v850-opc.c
@@ -168,7 +168,7 @@ const struct v850_opcode v850_opcodes[] = {
{ "br", BOP(0x5), BOP_MASK, IF3 },
{ "bsa", BOP(0xd), BOP_MASK, IF3 },
-{ "jmp", one(0x0060), one(0xffe0), IF1 },
+{ "jmp", one(0x0060), one(0xffe0), R1 },
{ "jarl", one(0x0780), one(0xf83f), { R2,D22 } },
{ "jr", one(0x0780), one(0xffe0), { D22 } },