* v850-ope.c ("jmp"): R1 is only operand.
authorJeff Law <law@redhat.com>
Thu, 22 Aug 1996 01:39:22 +0000 (01:39 +0000)
committerJeff Law <law@redhat.com>
Thu, 22 Aug 1996 01:39:22 +0000 (01:39 +0000)
opcodes/ChangeLog
opcodes/v850-opc.c

index 39f91243bf333f4c9bff55d24cd93f3c17068f46..ddbd91ba9ab4b2e27cef722ab3e3efc3628becbe 100644 (file)
@@ -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>
index 4a11519ffcfa1568209f9e0bf1f3dcfbd83c807e..3a99f039d7dfde6ff2460f51494b71e7c549e89d 100644 (file)
@@ -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 } },
 
This page took 0.03058 seconds and 4 git commands to generate.