summaryrefslogtreecommitdiff
path: root/opcodes/i386-dis.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2010-08-17 20:37:26 +0000
committerH.J. Lu <hjl.tools@gmail.com>2010-08-17 20:37:26 +0000
commit2670fa35d4226fa59cd36fcf6c4292c537449992 (patch)
treea7f38f04e5185d71431e58dfc1b77e5b62dc2388 /opcodes/i386-dis.c
parent7f7090e83f4e7b4a4ab060201f17dac7690f7dac (diff)
downloadbinutils-redhat-2670fa35d4226fa59cd36fcf6c4292c537449992.tar.gz
Replace Eb with Mb on prefetch and prefetchw.
2010-08-17 H.J. Lu <hongjiu.lu@intel.com> * i386-dis.c (reg_table): Replace Eb with Mb on prefetch and prefetchw.
Diffstat (limited to 'opcodes/i386-dis.c')
-rw-r--r--opcodes/i386-dis.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c
index 5b0cb74b04..2ee8e577a5 100644
--- a/opcodes/i386-dis.c
+++ b/opcodes/i386-dis.c
@@ -2622,8 +2622,8 @@ static const struct dis386 reg_table[][8] = {
},
/* REG_0F0D */
{
- { "prefetch", { Eb } },
- { "prefetchw", { Eb } },
+ { "prefetch", { Mb } },
+ { "prefetchw", { Mb } },
},
/* REG_0F18 */
{