mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 05:59:28 +02:00
+ Enable FPU exception handling for m68k processor
git-svn-id: trunk@43894 -
This commit is contained in:
parent
d8298c9f14
commit
6929da66a8
@ -28,6 +28,9 @@ Unit System;
|
||||
{$define FPC_IS_SYSTEM}
|
||||
{$define HAS_CMDLINE}
|
||||
{$define USE_NOTHREADMANAGER}
|
||||
{$ifdef CPUM68K}
|
||||
{$define FPC_68K_SYSTEM_HAS_FPU_EXCEPTIONS}
|
||||
{$endif}
|
||||
|
||||
{$i osdefs.inc}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user