mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 13:19:34 +01:00
- cs_fp_emulation is no longer automatic for m68k target
This commit is contained in:
parent
ebb8dd5261
commit
6f5c977415
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user