From b9f479001c10572c62e206bb60d9667ad3e9b09b Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Sun, 30 May 2004 21:20:40 +0000 Subject: [PATCH] * enable regvars by default for PPC --- compiler/fpcdefs.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/compiler/fpcdefs.inc b/compiler/fpcdefs.inc index c0bbf94a25..960b999a48 100644 --- a/compiler/fpcdefs.inc +++ b/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