mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
Added support for v850e and v850eq instructions.
This commit is contained in:
@ -28,7 +28,7 @@ write_header ()
|
||||
struct v850_opcode *opcode;
|
||||
|
||||
for (opcode = (struct v850_opcode *)v850_opcodes; opcode->name; opcode++)
|
||||
printf("void OP_%X PARAMS ((void));\t\t/* %s */\n",
|
||||
printf("int OP_%X PARAMS ((void));\t\t/* %s */\n",
|
||||
opcode->opcode, opcode->name);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user