* v850-opc.c (v850_opcodes): Fix thinko in "jmp" opcode.
[deliverable/binutils-gdb.git] / opcodes / v850-opc.c
index 91bfcbec0fb4d3f0cc3b631a44844fef6bff4736..bf533c75fb6538f52b6797280795fd28b235cfe7 100644 (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 },
 
This page took 0.023713 seconds and 4 git commands to generate.