mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-31 09:22:38 +02:00
* fixed copy&paste typo
git-svn-id: trunk@11228 -
This commit is contained in:
parent
6433f8c38b
commit
2a5c3a3c14
@ -507,7 +507,7 @@ var
|
||||
roundIncrement, roundBits: int8;
|
||||
z: int32;
|
||||
begin
|
||||
roundingMode := softsoftfloat_rounding_mode;
|
||||
roundingMode := softfloat_rounding_mode;
|
||||
roundNearestEven := ord( roundingMode = float_round_nearest_even );
|
||||
roundIncrement := $40;
|
||||
if ( roundNearestEven=0 ) then
|
||||
|
Loading…
Reference in New Issue
Block a user