mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 14:59:32 +02:00
+ ttempcreatenode.printnodedata writes tempinitcode node
git-svn-id: trunk@24116 -
This commit is contained in:
parent
a79d79980a
commit
7155808570
@ -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;
|
||||
|
||||
{*****************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user