|
@@ -1201,7 +1201,7 @@ implementation
|
|
|
begin
|
|
|
inherited printnodedata(t);
|
|
|
writeln(t,printnodeindention,'release_to_normal: ',release_to_normal,', temptypedef = ',tempinfo^.typedef.typesymbolprettyname,' = "',
|
|
|
- tempinfo^.typedef.GetTypeName,'", tempinfo = $',hexstr(ptrint(tempinfo),sizeof(ptrint)*2));
|
|
|
+ tempinfo^.typedef.GetTypeName,'", temptype = ',tempinfo^.temptype,', tempinfo = $',hexstr(ptrint(tempinfo),sizeof(ptrint)*2));
|
|
|
end;
|
|
|
|
|
|
end.
|