Browse Source

+ define DEFAULT_DOUBLE on m68k

git-svn-id: trunk@8499 -
florian 18 năm trước cách đây
mục cha
commit
b11e861b0f
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 3 2
      rtl/inc/systemh.inc

+ 3 - 2
rtl/inc/systemh.inc

@@ -130,11 +130,13 @@ Type
 {$endif CPUX86_64}
 
 {$ifdef CPUM68K}
-  ValReal = Real;
+  {$define DEFAULT_DOUBLE}
 
   {$define SUPPORT_SINGLE}
   {$define SUPPORT_DOUBLE}
 
+  ValReal = Real;
+
   { Comp type does not exist on fpu }
   Comp    = int64;
   PComp = ^Comp;
@@ -903,4 +905,3 @@ const
 {$ifdef fpdocsystem}
 {$i system.fpd}
 {$endif}
-