2
0
Эх сурвалжийг харах

* set result of SetPrecisionMode()

git-svn-id: trunk@2055 -
Jonas Maebe 19 жил өмнө
parent
commit
76857dbca9

+ 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;