2007-08-29 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 29 Aug 2007 17:12:47 +0000 (17:12 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 29 Aug 2007 17:12:47 +0000 (17:12 +0000)
* i386-dis.c (prefix_user_table): Fix comment.

opcodes/ChangeLog
opcodes/i386-dis.c

index d6aca5994b76450ded395ea36907c39bb4b6917d..ebf343312b351124f8852c20332ff73461684154 100644 (file)
@@ -1,3 +1,7 @@
+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.
@@ -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
index 35fbb2c8642d41a23f320d04a8cbea7d29a0b80d..ebbbcec0d28359463481e6a35a20fe375e881b83 100644 (file)
@@ -2436,7 +2436,7 @@ static const struct dis386 prefix_user_table[][4] = {
     { "(bad)", { XX } },
   },
 
-  /* PREGRP99 */
+  /* PREGRP100 */
   {
     { "(bad)", { XX } },
     { "(bad)", { XX } },
This page took 0.032245 seconds and 4 git commands to generate.