mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-16 04:50:51 +01:00
* fixed conversion zero int64 to double in softfloat mode.
git-svn-id: trunk@8050 -
This commit is contained in:
parent
9d0445a7ef
commit
4da2e1a04f
@ -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 );
|
||||
|
||||
Loading…
Reference in New Issue
Block a user