diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-08-17 20:37:26 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-08-17 20:37:26 +0000 |
commit | 1ab03f4b2687370c1934f2889548e67db60f0b3b (patch) | |
tree | d92a90f92701487d76cfc5b274307a9338685f7d /opcodes/i386-dis.c | |
parent | 01642c122ac3ce89296b87975f5a073c141f9f40 (diff) | |
download | gdb-1ab03f4b2687370c1934f2889548e67db60f0b3b.zip gdb-1ab03f4b2687370c1934f2889548e67db60f0b3b.tar.gz gdb-1ab03f4b2687370c1934f2889548e67db60f0b3b.tar.bz2 |
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.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index 5b0cb74..2ee8e57 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 */ { |