2008-12-08 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 8 Dec 2008 18:07:26 +0000 (18:07 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 8 Dec 2008 18:07:26 +0000 (18:07 +0000)
* i386-gen.c (opcode_modifiers): Move VexNDS before VexNDD.

opcodes/ChangeLog
opcodes/i386-gen.c

index 47e0eaf38c2feebd99c260a9b0b2dbcaa8ebdad7..f30e78782104819f3441442483460238bd2ab21a 100644 (file)
@@ -1,3 +1,7 @@
+2008-12-08  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * i386-gen.c (opcode_modifiers): Move VexNDS before VexNDD.
+
 2008-12-08  H.J. Lu  <hongjiu.lu@intel.com>
 
        * i386-dis.c (putop): Remove strayed comments.
index b9d055ff5249ccecde3fcc9cc2b4a8a46046474d..bdd4ae65d234720ceef1ddcd499c0080c2ea9584 100644 (file)
@@ -323,8 +323,8 @@ static bitfield opcode_modifiers[] =
   BITFIELD (Drexc),
   BITFIELD (Vex),
   BITFIELD (Vex256),
-  BITFIELD (VexNDD),
   BITFIELD (VexNDS),
+  BITFIELD (VexNDD),
   BITFIELD (VexW0),
   BITFIELD (VexW1),
   BITFIELD (Vex0F),