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

+ dummy symbol _fltused

git-svn-id: trunk@3476 -
florian 19 жил өмнө
parent
commit
05f672b8e6

+ 6 - 0
rtl/win64/system.pp

@@ -379,6 +379,12 @@ begin
 end;
 end;
 
 
 var
 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
   { value of the stack segment
     to check if the call stack can be written on exceptions }
     to check if the call stack can be written on exceptions }
   _SS : Cardinal;
   _SS : Cardinal;