summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2009-09-09 17:25:30 +0000
committerH.J. Lu <hjl@lucon.org>2009-09-09 17:25:30 +0000
commit40f722c9bbee86df71f92420411afe9c7e9621a7 (patch)
tree740180b39280dad23d061be7acc96cb919b07177
parent47a2cf2d557f260c4e6e98a60b88c12bb68ff036 (diff)
downloadgdb-40f722c9bbee86df71f92420411afe9c7e9621a7.tar.gz
2009-09-09 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (vex_len_table): Change VEX_LEN_AE_R_X_M0 to VEX_LEN_AE_R_X_M_0 in comments.
-rw-r--r--opcodes/ChangeLog5
-rw-r--r--opcodes/i386-dis.c4
2 files changed, 7 insertions, 2 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 117c55ac157..dc0f487257d 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,8 @@
+2009-09-09 H.J. Lu <hongjiu.lu@intel.com>
+
+ * i386-dis.c (vex_len_table): Change VEX_LEN_AE_R_X_M0 to
+ VEX_LEN_AE_R_X_M_0 in comments.
+
2009-09-08 DJ Delorie <dj@redhat.com>
* mep-opc.c: Regenerate.
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c
index 8c36e230b10..30fdf9f752b 100644
--- a/opcodes/i386-dis.c
+++ b/opcodes/i386-dis.c
@@ -7632,13 +7632,13 @@ static const struct dis386 vex_len_table[][2] = {
{ "(bad)", { XX } },
},
- /* VEX_LEN_AE_R_2_M0 */
+ /* VEX_LEN_AE_R_2_M_0 */
{
{ "vldmxcsr", { Md } },
{ "(bad)", { XX } },
},
- /* VEX_LEN_AE_R_3_M0 */
+ /* VEX_LEN_AE_R_3_M_0 */
{
{ "vstmxcsr", { Md } },
{ "(bad)", { XX } },