Browse Source

+ Enable FPU exception handling for m68k processor

git-svn-id: trunk@43894 -
pierre 5 năm trước cách đây
mục cha
commit
6929da66a8
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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}