浏览代码

* debug writeln removed

florian 21 年之前
父节点
当前提交
8ffe3c6a9e
共有 1 个文件被更改,包括 4 次插入3 次删除
  1. 4 3
      compiler/rgobj.pas

+ 4 - 3
compiler/rgobj.pas

@@ -1997,12 +1997,13 @@ unit rgobj;
           end;
           end;
       end;
       end;
 
 
-begin
-  writeln(sizeof(Treginfo));
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.150  2004-11-06 17:44:47  florian
+  Revision 1.151  2004-11-06 18:58:18  florian
+    * debug writeln removed
+
+  Revision 1.150  2004/11/06 17:44:47  florian
     + additional extdebug check for wrong add_reg_instructions added
     + additional extdebug check for wrong add_reg_instructions added
     * too long manglednames are cut off at 200 chars using a crc
     * too long manglednames are cut off at 200 chars using a crc