Explorar el Código

+ Enable FPU exception handling for m68k processor

git-svn-id: trunk@43894 -
pierre hace 6 años
padre
commit
6929da66a8
Se han modificado 1 ficheros con 3 adiciones y 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}