Explorar el Código

* enable regvars by default for PPC

Jonas Maebe hace 21 años
padre
commit
b9f479001c
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      compiler/fpcdefs.inc

+ 5 - 1
compiler/fpcdefs.inc

@@ -81,6 +81,7 @@
 {$ifdef powerpc}
   {$define noopt}
   {$define oldset}
+  {$define oldregvars}
 {$endif powerpc}
 
 {$ifdef arm}
@@ -98,7 +99,10 @@
 
 {
   $Log$
-  Revision 1.35  2004-03-16 22:12:10  florian
+  Revision 1.36  2004-05-30 21:20:40  jonas
+    * enable regvars by default for PPC
+
+  Revision 1.35  2004/03/16 22:12:10  florian
     * some alignment issues resolved
     * compiler doesn't generate anymore instructions not supported by the linux fpe