mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 11:24:14 +02:00
Fix spelling error of revision 48023
git-svn-id: trunk@48024 -
This commit is contained in:
parent
7d5b0d2382
commit
38ddf2e8c5
@ -63,7 +63,7 @@ var
|
||||
c: dword;
|
||||
begin
|
||||
softfloat_rounding_mode:=RoundMode;
|
||||
Reslut:=GetRoundMode;
|
||||
Result:=GetRoundMode;
|
||||
c:=Ord(RoundMode) shl 16;
|
||||
c:=_controlfp(c, _MCW_RC);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user