From: Jeff Law Date: Tue, 10 Dec 1996 19:13:07 +0000 (+0000) Subject: * mn10200-opc.c (mn10200_operands): Fix insertion position X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0888b4a38a90b27443704806dd7fa4e66ff58ee8;p=binutils-gdb.git * mn10200-opc.c (mn10200_operands): Fix insertion position for DI operand. Found by gas testsuite. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 159d38b1e36..f46d3da9c9f 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 16266c13511..e52c8696b3d 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)