git-svn-id: trunk@17779 -
@@ -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}