Browse Source

* fix wrong regalloc comments

peter 21 years ago
parent
commit
829ec81267
1 changed files with 6 additions and 3 deletions
  1. 6 3
      compiler/aggas.pas

+ 6 - 3
compiler/aggas.pas

@@ -287,7 +287,7 @@ var
 
 
     procedure TGNUAssembler.WriteTree(p:TAAsmoutput);
     procedure TGNUAssembler.WriteTree(p:TAAsmoutput);
     const
     const
-      regallocstr : array[tregalloctype] of string[10]=(' released',' allocated','resized');
+      regallocstr : array[tregalloctype] of string[10]=(' allocated',' released','resized');
       tempallocstr : array[boolean] of string[10]=(' released',' allocated');
       tempallocstr : array[boolean] of string[10]=(' released',' allocated');
     var
     var
       ch       : char;
       ch       : char;
@@ -879,7 +879,10 @@ var
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.52  2004-05-22 23:34:27  peter
+  Revision 1.53  2004-05-28 21:13:08  peter
+    * fix wrong regalloc comments
+
+  Revision 1.52  2004/05/22 23:34:27  peter
   tai_regalloc.allocation changed to ratype to notify rgobj of register size changes
   tai_regalloc.allocation changed to ratype to notify rgobj of register size changes
 
 
   Revision 1.51  2004/04/27 13:38:24  florian
   Revision 1.51  2004/04/27 13:38:24  florian
@@ -1090,4 +1093,4 @@ end.
   Revision 1.1  2002/04/14 16:51:54  carl
   Revision 1.1  2002/04/14 16:51:54  carl
   + basic GNU assembler writer class
   + basic GNU assembler writer class
 
 
-}
+}