瀏覽代碼

+ write temptype when printing tempdelete nodes

git-svn-id: trunk@21752 -
florian 13 年之前
父節點
當前提交
c62a2c8bb5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/nbas.pas

+ 1 - 1
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.