mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 01:08:35 +02:00
* Fix spelling error in last commit
git-svn-id: trunk@21722 -
This commit is contained in:
parent
ef3bbf4c4a
commit
a3bc5eaa3f
@ -66,7 +66,7 @@ function SetRoundMode(const RoundMode: TFPURoundingMode): TFPURoundingMode;
|
||||
rmNearest :
|
||||
begin
|
||||
softfloat_rounding_mode := float_round_nearest_even;
|
||||
fpu_round:=fpu_rounding_mearest;
|
||||
fpu_round:=fpu_rounding_nearest;
|
||||
end;
|
||||
rmTruncate :
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user