Added support for v850e and v850eq instructions.

This commit is contained in:
Nick Clifton
1997-08-14 02:13:32 +00:00
parent 32e23ecd9c
commit f7fcba7a84
2 changed files with 55 additions and 1 deletions

View File

@ -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);
}