Fix spelling error of revision 48023

git-svn-id: trunk@48024 -
This commit is contained in:
pierre 2021-01-04 08:35:36 +00:00
parent 7d5b0d2382
commit 38ddf2e8c5

View File

@ -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;