* mn10200-opc.c (mn10200_operands): Fix insertion position

for DI operand.
Found by gas testsuite.
This commit is contained in:
Jeff Law 1996-12-10 19:13:07 +00:00
parent 41a0ed225b
commit 0888b4a38a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Tue Dec 10 12:08:05 1996 Jeffrey A Law (law@cygnus.com)
* mn10200-opc.c (mn10200_operands): Fix insertion position
for DI operand.
Mon Dec 9 16:42:43 1996 Jeffrey A Law (law@cygnus.com)
* mn10200-opc.c: Create mn10200 opcode table.

View File

@ -99,7 +99,7 @@ const struct mn10200_operand mn10200_operands[] = {
/* Index register. */
#define DI (MDR+1)
{2, 2, MN10200_OPERAND_DREG},
{2, 4, MN10200_OPERAND_DREG},
/* 8 bit signed displacement, may promote to 16bit signed dispacement. */
#define SD8 (DI+1)