+ ttempcreatenode.printnodedata writes tempinitcode node

git-svn-id: trunk@24116 -
This commit is contained in:
florian 2013-04-01 19:52:39 +00:00
parent a79d79980a
commit 7155808570

View File

@ -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;
{*****************************************************************************