Pārlūkot izejas kodu

* software_rounding_mode -> softfloat_rounding_mode.

git-svn-id: trunk@27219 -
sergei 11 gadi atpakaļ
vecāks
revīzija
bce33ee063
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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