diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2008-12-08 18:07:26 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2008-12-08 18:07:26 +0000 |
commit | 035475035d51f094631e426a04bfb08abc86d5c0 (patch) | |
tree | 92171316cdfb78d5053318839d8dffd0a19f3b93 /opcodes/i386-gen.c | |
parent | 9bb97f002b9ddf91560c622b2826855c7527bec5 (diff) | |
download | gdb-035475035d51f094631e426a04bfb08abc86d5c0.zip gdb-035475035d51f094631e426a04bfb08abc86d5c0.tar.gz gdb-035475035d51f094631e426a04bfb08abc86d5c0.tar.bz2 |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c index b9d055f..bdd4ae6 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), |