summaryrefslogtreecommitdiff
path: root/opcodes/i386-gen.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2008-12-08 18:07:26 +0000
committerH.J. Lu <hjl@lucon.org>2008-12-08 18:07:26 +0000
commit2b0889d13c54d273bcb7688080ba231fbca96243 (patch)
tree47a2800e2822a72d9d93970b651fb8cdce1342b1 /opcodes/i386-gen.c
parent2d720676aece106042aecd9dbbc658d93c1d814d (diff)
downloadgdb-2b0889d13c54d273bcb7688080ba231fbca96243.tar.gz
2008-12-08 H.J. Lu <hongjiu.lu@intel.com>
* i386-gen.c (opcode_modifiers): Move VexNDS before VexNDD.
Diffstat (limited to 'opcodes/i386-gen.c')
-rw-r--r--opcodes/i386-gen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c
index b9d055ff524..bdd4ae65d23 100644
--- a/opcodes/i386-gen.c
+++ b/opcodes/i386-gen.c
@@ -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),