浏览代码

+ ttempcreatenode.printnodedata writes tempinitcode node

git-svn-id: trunk@24116 -
florian 12 年之前
父节点
当前提交
7155808570
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      compiler/nbas.pas

+ 2 - 0
compiler/nbas.pas

@@ -950,6 +950,8 @@ implementation
         inherited printnodedata(t);
         writeln(t,printnodeindention,'size = ',size,', temptypedef = ',tempinfo^.typedef.typesymbolprettyname,' = "',
           tempinfo^.typedef.GetTypeName,'", tempinfo = $',hexstr(ptrint(tempinfo),sizeof(ptrint)*2));
+        writeln(t,printnodeindention,'tempinit =');
+        printnode(t,tempinfo^.tempinitcode);
       end;
 
 {*****************************************************************************