Browse Source

* defined cpu32bit for mips

git-svn-id: trunk@19690 -
Jonas Maebe 13 years ago
parent
commit
f7adaef12a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      compiler/fpcdefs.inc

+ 1 - 0
compiler/fpcdefs.inc

@@ -153,6 +153,7 @@
 {$endif mipsel}
 
 {$ifdef mips}
+  {$define cpu32bit}
   {$define cpu32bitalu}
   {$define cpu32bitaddr}
   { $define cpuflags}