* mn10200-opc.c (mn10200_operands): Fix insertion position
authorJeff Law <law@redhat.com>
Tue, 10 Dec 1996 19:13:07 +0000 (19:13 +0000)
committerJeff Law <law@redhat.com>
Tue, 10 Dec 1996 19:13:07 +0000 (19:13 +0000)
        for DI operand.
Found by gas testsuite.

opcodes/ChangeLog
opcodes/mn10200-opc.c

index 159d38b1e3636759360594cf117896eafc75efe6..f46d3da9c9f7f5e8ff7a1e5d1db22b0a1a3e1610 100644 (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.
index 16266c13511c7ba73471e38d0e774545a496a56c..e52c8696b3d16871b1df1dc5a908ddf90f21503a 100644 (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)