diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 159d38b1e3..f46d3da9c9 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -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. diff --git a/opcodes/mn10200-opc.c b/opcodes/mn10200-opc.c index 16266c1351..e52c8696b3 100644 --- a/opcodes/mn10200-opc.c +++ b/opcodes/mn10200-opc.c @@ -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)