* v850-opc.c (v850_opcodes): Fix thinko in "jmp" opcode.

This commit is contained in:
Jeff Law 1996-08-23 17:07:21 +00:00
parent 50f7abfaed
commit 85b5201342
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
start-sanitize-v850
Fri Aug 23 00:27:01 1996 Jeffrey A Law (law@cygnus.com)
* v850-opc.c (v850_opcodes): Fix thinko in "jmp" opcode.
* v850-opc.c (v850_opcodes): Add initializer for size field
on all opcodes.

View File

@ -204,7 +204,7 @@ const struct v850_opcode v850_opcodes[] = {
{ "br", BOP(0x5), BOP_MASK, IF3, 2 },
{ "bsa", BOP(0xd), BOP_MASK, IF3, 2 },
{ "jmp", one(0x0060), one(0xffe0), R1, 2 },
{ "jmp", one(0x0060), one(0xffe0), { R1}, 2 },
{ "jarl", one(0x0780), one(0xf83f), { D22, R2 }, 4 },
{ "jr", one(0x0780), one(0xffe0), { D22 }, 4 },