diff options
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 2ccdb0c..50cd4bd 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -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> |