소스 검색

* software_rounding_mode -> softfloat_rounding_mode.

git-svn-id: trunk@27219 -
sergei 11 년 전
부모
커밋
bce33ee063
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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