* fixed conversion zero int64 to double in softfloat mode.

git-svn-id: trunk@8050 -
This commit is contained in:
yury 2007-07-14 18:45:00 +00:00
parent 9d0445a7ef
commit 4da2e1a04f

View File

@ -5083,7 +5083,7 @@ var
Begin
if ( a = 0 ) then
Begin
packFloat64( 0, 0, 0, 0, float_result );
packFloat64( 0, 0, 0, 0, result );
exit;
end;
zSign := flag( a < 0 );