소스 검색

* set result of SetPrecisionMode()

git-svn-id: trunk@2055 -
Jonas Maebe 20 년 전
부모
커밋
76857dbca9
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      rtl/powerpc/mathu.inc
  2. 1 0
      rtl/powerpc64/mathu.inc

+ 1 - 0
rtl/powerpc/mathu.inc

@@ -73,6 +73,7 @@ end;
 function SetPrecisionMode(const Precision: TFPUPrecisionMode): TFPUPrecisionMode;
 begin
   { nothing to do, not supported }
+  result := pmDouble;
 end;
 
 

+ 1 - 0
rtl/powerpc64/mathu.inc

@@ -73,6 +73,7 @@ end;
 function SetPrecisionMode(const Precision: TFPUPrecisionMode): TFPUPrecisionMode;
 begin
   { nothing to do, not supported }
+  result := pmDouble;
 end;