2008-12-08 H.J. Lu <hongjiu.lu@intel.com>

* i386-gen.c (opcode_modifiers): Move VexNDS before VexNDD.
This commit is contained in:
H.J. Lu 2008-12-08 18:07:26 +00:00
parent 9bb97f002b
commit 035475035d
2 changed files with 5 additions and 1 deletions

View 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.

View 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),