Browse Source

Set FPC_INCLUDE_SOFTWARE_INT64_TO_DOUBLE for mips

git-svn-id: trunk@20447 -
pierre 13 years ago
parent
commit
69c1a6cd16
1 changed files with 2 additions and 1 deletions
  1. 2 1
      rtl/inc/systemh.inc

+ 2 - 1
rtl/inc/systemh.inc

@@ -203,6 +203,7 @@ Type
   {$define FPC_INCLUDE_SOFTWARE_SHIFT_INT64}
 
   {$ifndef FPUNONE}
+    {$define FPC_INCLUDE_SOFTWARE_INT64_TO_DOUBLE}
     ValReal = Double;
   {$endif}
 
@@ -256,7 +257,7 @@ Type
   PComp = ^Comp;
 
   FarPointer = Pointer;
-{$endif CPUARM}
+{$endif CPUAVR}
 
 {$ifdef CPU64}
   SizeInt = Int64;