Browse Source

+ max_scratch_regs variable added because requested by common compiler code

mazen 22 years ago
parent
commit
c475df7735
1 changed files with 5 additions and 2 deletions
  1. 5 2
      compiler/sparc/cpubase.pas

+ 5 - 2
compiler/sparc/cpubase.pas

@@ -578,7 +578,7 @@ const
   max_operands = 3;
   maxintregs = maxvarregs;
   maxfpuregs = maxfpuvarregs;
-
+  max_scratch_regs=8;
 
 
 FUNCTION is_calljmp(o:tasmop):boolean;
@@ -663,7 +663,10 @@ END.
 
 {
   $Log$
-  Revision 1.27  2003-04-23 13:35:39  peter
+  Revision 1.28  2003-04-28 09:46:30  mazen
+  + max_scratch_regs variable added because requested by common compiler code
+
+  Revision 1.27  2003/04/23 13:35:39  peter
     * fix sparc compile
 
   Revision 1.26  2003/04/23 12:35:35  florian