From ec7fb064d054ffaf95a752f1fab57477f5ab0b0e Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 17 Oct 2003 16:16:08 +0000 Subject: [PATCH] * fixed last commit --- compiler/rgobj.pas | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/compiler/rgobj.pas b/compiler/rgobj.pas index 41d3928413..a29ea8eb98 100644 --- a/compiler/rgobj.pas +++ b/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