Browse Source

* Patch from Fuxin Zhang: remove cpuflags define for mips and mipsel CPUs

git-svn-id: trunk@21533 -
pierre 13 years ago
parent
commit
1e1e0f969e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/fpcdefs.inc

+ 1 - 1
compiler/fpcdefs.inc

@@ -176,7 +176,7 @@
   {$define cpu32bit}
   {$define cpu32bitalu}
   {$define cpu32bitaddr}
-  { $define cpuflags}
+  { define cpuflags}
   {$define cputargethasfixedstack}
   {$define cpurequiresproperalignment}
   { define cpumm}