소스 검색

* also print funcretnode for callnodes

git-svn-id: trunk@33610 -
Jonas Maebe 9 년 전
부모
커밋
2f81c14ee9
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      compiler/ncal.pas

+ 6 - 0
compiler/ncal.pas

@@ -1797,6 +1797,12 @@ implementation
             printnode(t,methodpointer);
           end;
 
+        if assigned(funcretnode) then
+          begin
+            writeln(t,printnodeindention,'funcretnode =');
+            printnode(t,funcretnode);
+          end;
+
         if assigned(callinitblock) then
           begin
             writeln(t,printnodeindention,'callinitblock =');