aboutsummaryrefslogtreecommitdiff
path: root/opcodes
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
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')
-rw-r--r--opcodes/ChangeLog2
-rw-r--r--opcodes/v850-opc.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 39f9124..ddbd91b 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,6 +1,8 @@
start-sanitize-v850
Wed Aug 21 18:46:26 1996 Jeffrey A Law (law@cygnus.com)
+ * v850-ope.c ("jmp"): R1 is only operand.
+
* v850-opc.c: Close unterminated comment.
Wed Aug 21 17:31:26 1996 J.T. Conklin <jtc@hippo.cygnus.com>
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 } },