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 | |
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')
-rw-r--r-- | opcodes/ChangeLog | 4 | ||||
-rw-r--r-- | opcodes/i386-gen.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 47e0eaf..f30e787 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,9 @@ 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. 2008-12-04 Ben Elliston <bje@au.ibm.com> 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), |