2007-04-27 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 27 Apr 2007 19:47:30 +0000 (19:47 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 27 Apr 2007 19:47:30 +0000 (19:47 +0000)
* i386-dis.c (modrm): Put reg before rm.

opcodes/ChangeLog
opcodes/i386-dis.c

index 5f84dc9d897dbbbf5cb19c8e676460afdf1f3b05..a3849e538fe0dab1c5854179c4c2a6e16609740c 100644 (file)
@@ -1,3 +1,7 @@
+2007-04-27  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * i386-dis.c (modrm): Put reg before rm.
+
 2007-04-26  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR binutils/4430
index 511355ead03a5b3ded5a8b276dcb78a35f94e7ba..aebb71e55f2d37c5baf9b50c60125031fd403fbb 100644 (file)
@@ -1443,8 +1443,8 @@ static disassemble_info *the_info;
 static struct
   {
     int mod;
-    int rm;
     int reg;
+    int rm;
   }
 modrm;
 static unsigned char need_modrm;
This page took 0.046152 seconds and 4 git commands to generate.