mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 11:04:18 +08:00
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
@ -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…
Reference in New Issue
Block a user