diff options
Diffstat (limited to 'opcodes/v850-opc.c')
-rw-r--r-- | opcodes/v850-opc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/v850-opc.c b/opcodes/v850-opc.c index 91bfcbe..bf533c7 100644 --- a/opcodes/v850-opc.c +++ b/opcodes/v850-opc.c @@ -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 }, |