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.
This commit is contained in:
H.J. Lu 2010-08-17 20:37:26 +00:00
parent 01642c122a
commit 1ab03f4b26
2 changed files with 7 additions and 2 deletions

View 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

View File

@ -2622,8 +2622,8 @@ static const struct dis386 reg_table[][8] = {
},
/* REG_0F0D */
{
{ "prefetch", { Eb } },
{ "prefetchw", { Eb } },
{ "prefetch", { Mb } },
{ "prefetchw", { Mb } },
},
/* REG_0F18 */
{