* v850-ope.c ("jmp"): R1 is only operand.

This commit is contained in:
Jeff Law 1996-08-22 01:39:22 +00:00
parent b10e29f4b8
commit fed1d21fc0
2 changed files with 3 additions and 1 deletions

View 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>

View 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 } },