* software_rounding_mode -> softfloat_rounding_mode.

git-svn-id: trunk@27219 -
This commit is contained in:
sergei 2014-03-21 07:45:13 +00:00
parent 295e795a0a
commit bce33ee063
2 changed files with 2 additions and 2 deletions
rtl
powerpc
powerpc64

View File

@ -82,7 +82,7 @@ function SetRoundMode(const RoundMode: TFPURoundingMode): TFPURoundingMode;
var
mode : DWord;
begin
software_rounding_mode:=RoundMode;
softfloat_rounding_mode:=RoundMode;
case (RoundMode) of
rmNearest :
begin

View File

@ -82,7 +82,7 @@ function SetRoundMode(const RoundMode: TFPURoundingMode): TFPURoundingMode;
var
mode : DWord;
begin
software_rounding_mode:=RoundMode;
softfloat_rounding_mode:=RoundMode;
case (RoundMode) of
rmNearest :
begin