Replace Eb with Mb on prefetch and prefetchw.
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 17 Aug 2010 20:37:26 +0000 (20:37 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 17 Aug 2010 20:37:26 +0000 (20:37 +0000)
2010-08-17  H.J. Lu  <hongjiu.lu@intel.com>

* i386-dis.c (reg_table): Replace Eb with Mb on prefetch and
prefetchw.

opcodes/ChangeLog
opcodes/i386-dis.c

index a5dc6b7515c5a3e67a3aac8aa5d29039973852cc..aa779f4e1dddcfe3adff99cf6ae1e0d346ace4b0 100644 (file)
@@ -1,3 +1,8 @@
+2010-08-17  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * i386-dis.c (reg_table): Replace Eb with Mb on prefetch and
+       prefetchw.
+
 2010-08-06  Quentin Neill <quentin.neill@amd.com>
 
        * i386-gen.c (cpu_flag_init): Define CpuNop extension flag, add
index 5b0cb74b042e54312e88ac582b9043bb52305452..2ee8e577a5e893f71b72d781a974ef9a2fa48f6a 100644 (file)
@@ -2622,8 +2622,8 @@ static const struct dis386 reg_table[][8] = {
   },
   /* REG_0F0D */
   {
-    { "prefetch",      { Eb } },
-    { "prefetchw",     { Eb } },
+    { "prefetch",      { Mb } },
+    { "prefetchw",     { Mb } },
   },
   /* REG_0F18 */
   {