Explorar o código

+ Enable FPU exception handling for m68k processor

git-svn-id: trunk@43894 -
pierre %!s(int64=5) %!d(string=hai) anos
pai
achega
6929da66a8
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      rtl/linux/system.pp

+ 3 - 0
rtl/linux/system.pp

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