- cs_fp_emulation is no longer automatic for m68k target

This commit is contained in:
carl 2002-11-30 23:13:48 +00:00
parent ebb8dd5261
commit 6f5c977415

View File

@ -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