瀏覽代碼

+ max_scratch_regs variable added because requested by common compiler code

mazen 22 年之前
父節點
當前提交
c475df7735
共有 1 個文件被更改,包括 5 次插入2 次删除
  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