OSDN Git Service

2008-12-08 H.J. Lu <hongjiu.lu@intel.com>
authorhjl <hjl>
Mon, 8 Dec 2008 18:07:26 +0000 (18:07 +0000)
committerhjl <hjl>
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 47e0eaf..f30e787 100644 (file)
@@ -1,5 +1,9 @@
 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.
 
 2008-12-04  Ben Elliston  <bje@au.ibm.com>
index b9d055f..bdd4ae6 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),