浏览代码

- cs_fp_emulation is no longer automatic for m68k target

carl 23 年之前
父节点
当前提交
6f5c977415
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      compiler/globals.pas

+ 4 - 2
compiler/globals.pas

@@ -1479,7 +1479,6 @@ implementation
 {$endif i386}
 {$ifdef m68k}
         initoptprocessor:=MC68020;
-        include(initmoduleswitches,cs_fp_emulation);
         initpackenum:=4;
         {$IFDEF testvarsets}
          initsetalloc:=0;
@@ -1516,7 +1515,10 @@ implementation
 end.
 {
   $Log$
-  Revision 1.74  2002-11-30 11:08:46  carl
+  Revision 1.75  2002-11-30 23:13:48  carl
+    - cs_fp_emulation is no longer automatic for m68k target
+
+  Revision 1.74  2002/11/30 11:08:46  carl
     * fix bug n last commit (this bug was only detected gby 1.0.x, fixed)
 
   Revision 1.73  2002/11/30 00:34:20  pierre