Pārlūkot izejas kodu

+ generic_cpu defines fro ppudump

git-svn-id: trunk@17779 -
pierre 14 gadi atpakaļ
vecāks
revīzija
33cb4b4a83
1 mainītis faili ar 10 papildinājumiem un 0 dzēšanām
  1. 10 0
      compiler/fpcdefs.inc

+ 10 - 0
compiler/fpcdefs.inc

@@ -28,6 +28,16 @@
 
 {$define USEEXCEPT}
 
+{ This fake CPU is used to allow incorporation of globtype unit
+  into utils/ppudump without any CPU specific code PM }
+{$ifdef generic_cpu}
+  {$define cpu32bit}
+  {$define cpu32bitaddr}
+  {$define cpu32bitalu}
+  {$define cpuflags}
+  {$define cpuextended}
+{$endif generic_cpu}
+
 {$ifdef cpuarm}
   {$packrecords c}
 {$endif cpuarm}