From c62a2c8bb596e29ece11dd9933c6ec72bbcddabc Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 1 Jul 2012 18:46:13 +0000 Subject: [PATCH] + write temptype when printing tempdelete nodes git-svn-id: trunk@21752 - --- compiler/nbas.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/nbas.pas b/compiler/nbas.pas index 2fe6b2db69..608b783862 100644 --- a/compiler/nbas.pas +++ b/compiler/nbas.pas @@ -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.