浏览代码

+ dummy symbol _fltused

git-svn-id: trunk@3476 -
florian 19 年之前
父节点
当前提交
05f672b8e6
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      rtl/win64/system.pp

+ 6 - 0
rtl/win64/system.pp

@@ -379,6 +379,12 @@ begin
 end;
 
 var
+  { old compilers emitted a reference to _fltused if a module contains
+    floating type code so the linker could leave away floating point
+    libraries or not. VC does this as well so we need to define this
+    symbol as well (FK)
+  }
+  _fltused : int64;cvar;public;
   { value of the stack segment
     to check if the call stack can be written on exceptions }
   _SS : Cardinal;