浏览代码

* fixed compilation on arm

git-svn-id: trunk@5070 -
florian 19 年之前
父节点
当前提交
cd5861a01e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rtl/inc/genmath.inc

+ 1 - 1
rtl/inc/genmath.inc

@@ -676,7 +676,7 @@ type
      * to produce the hexadecimal values shown.
      *
     }
-    function fpc_exp_real(d: Double):Double;compilerproc;
+    function fpc_exp_real(d: ValReal):ValReal;compilerproc;
       const
         one   = 1.0;
         halF : array[0..1] of double = (0.5,-0.5);