2008-12-08 H.J. Lu <hongjiu.lu@intel.com>
* i386-gen.c (opcode_modifiers): Move VexNDS before VexNDD.
This commit is contained in:
parent
9bb97f002b
commit
035475035d
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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),
|
||||
|
|
Loading…
Add table
Reference in a new issue