瀏覽代碼

* fixed last commit

peter 22 年之前
父節點
當前提交
ec7fb064d0
共有 1 個文件被更改,包括 5 次插入2 次删除
  1. 5 2
      compiler/rgobj.pas

+ 5 - 2
compiler/rgobj.pas

@@ -107,7 +107,7 @@ unit rgobj;
         length,
         head,
         tail   : integer;
-        buf    : ^tsuperregister;
+        buf    : array[0..maxworklist-1] of tsuperregister;
         constructor init;
         destructor  done;
         procedure add(s:tsuperregister);
@@ -1743,7 +1743,10 @@ end;
 end.
 {
   $Log$
-  Revision 1.86  2003-10-17 15:25:18  florian
+  Revision 1.87  2003-10-17 16:16:08  peter
+    * fixed last commit
+
+  Revision 1.86  2003/10/17 15:25:18  florian
     * fixed more ppc stuff
 
   Revision 1.85  2003/10/17 14:38:32  peter