mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 18:30:33 +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);
|
inherited printnodedata(t);
|
||||||
writeln(t,printnodeindention,'size = ',size,', temptypedef = ',tempinfo^.typedef.typesymbolprettyname,' = "',
|
writeln(t,printnodeindention,'size = ',size,', temptypedef = ',tempinfo^.typedef.typesymbolprettyname,' = "',
|
||||||
tempinfo^.typedef.GetTypeName,'", tempinfo = $',hexstr(ptrint(tempinfo),sizeof(ptrint)*2));
|
tempinfo^.typedef.GetTypeName,'", tempinfo = $',hexstr(ptrint(tempinfo),sizeof(ptrint)*2));
|
||||||
|
writeln(t,printnodeindention,'tempinit =');
|
||||||
|
printnode(t,tempinfo^.tempinitcode);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{*****************************************************************************
|
{*****************************************************************************
|
||||||
|
Loading…
Reference in New Issue
Block a user