* v850-opc.c (v850_operands): D16 inserts at offset 16!

This commit is contained in:
Jeff Law 1996-08-23 18:27:43 +00:00
parent 47183e0e38
commit 9ab069eadc
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_operands): D16 inserts at offset 16!
* v850-opc.c (two): Get order of words correct.
* v850-opc.c (v850_operands): I16 inserts at offset 16!

View File

@ -54,7 +54,7 @@ const struct v850_operand v850_operands[] = {
/* The DISP16 field in a format 6 insn. */
#define D16 (D9+1)
{ 16, 0, 0, 0, V850_OPERAND_SIGNED },
{ 16, 16, 0, 0, V850_OPERAND_SIGNED },
/* The DISP22 field in a format 4 insn. */
#define D22 (D16+1)