Browse Source

* software_rounding_mode -> softfloat_rounding_mode.

git-svn-id: trunk@27219 -
sergei 11 years ago
parent
commit
bce33ee063
2 changed files with 2 additions and 2 deletions
  1. 1 1
      rtl/powerpc/mathu.inc
  2. 1 1
      rtl/powerpc64/mathu.inc

+ 1 - 1
rtl/powerpc/mathu.inc

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

+ 1 - 1
rtl/powerpc64/mathu.inc

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