Fix a typo in ChangeLog.

This commit is contained in:
H.J. Lu 2007-12-31 16:17:43 +00:00
parent 14f13750ff
commit 4ae6d70300
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
2007-12-31 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (prefix_table): Use "%LQ" on cvtpi2ps/cvtsi2sd.
* i386-dis.c (prefix_table): Use "%LQ" on cvtsi2ss/cvtsi2sd.
(putop): Handle '%' and "LQ".
* i386-opc.tbl: Remove IgnoreSize from cvtpi2ps/cvtsi2sd.
* i386-opc.tbl: Remove IgnoreSize from cvtsi2ss/cvtsi2sd.
* i386-tbl.h: Regenerated.
2007-12-28 H.J. Lu <hongjiu.lu@intel.com>