aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2007-08-29 17:12:47 +0000
committerH.J. Lu <hjl.tools@gmail.com>2007-08-29 17:12:47 +0000
commitc25c34f8fb8d9327c836fe841370338000306e58 (patch)
tree89c3c6516a67388dafe16a203fae531a0de26399
parentb844680a9c739f2920e3911ad35b2779a38be8cb (diff)
downloadgdb-c25c34f8fb8d9327c836fe841370338000306e58.zip
gdb-c25c34f8fb8d9327c836fe841370338000306e58.tar.gz
gdb-c25c34f8fb8d9327c836fe841370338000306e58.tar.bz2
2007-08-29 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (prefix_user_table): Fix comment.
-rw-r--r--opcodes/ChangeLog6
-rw-r--r--opcodes/i386-dis.c2
2 files changed, 6 insertions, 2 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index d6aca59..ebf3433 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,5 +1,9 @@
2007-08-29 H.J. Lu <hongjiu.lu@intel.com>
+ * i386-dis.c (prefix_user_table): Fix comment.
+
+2007-08-29 H.J. Lu <hongjiu.lu@intel.com>
+
* i386-dis.c (OP_Skip_MODRM): New.
(OP_Monitor): Likewise.
(OP_Mwait): Likewise.
@@ -33,7 +37,7 @@
(threebyte_0x3a_uses_REPNZ_prefix): Likewise.
(threebyte_0x3a_uses_REPZ_prefix): Likewise.
(grps): Use OPC_EXT_0...OPC_EXT_24.
- (prefix_user_table): Use PREGRP98.
+ (prefix_user_table): Add PREGRP98...PREGRP100.
(print_insn): Remove uses_DATA_prefix, uses_LOCK_prefix,
uses_REPNZ_prefix and uses_REPZ_prefix. Initialize
repz_prefix, repnz_prefix, lock_prefix, addr_prefix and
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c
index 35fbb2c..ebbbcec 100644
--- a/opcodes/i386-dis.c
+++ b/opcodes/i386-dis.c
@@ -2436,7 +2436,7 @@ static const struct dis386 prefix_user_table[][4] = {
{ "(bad)", { XX } },
},
- /* PREGRP99 */
+ /* PREGRP100 */
{
{ "(bad)", { XX } },
{ "(bad)", { XX } },