Explorar o código

* software_rounding_mode -> softfloat_rounding_mode.

git-svn-id: trunk@27219 -
sergei %!s(int64=11) %!d(string=hai) anos
pai
achega
bce33ee063
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  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