Browse Source

* also print funcretnode for callnodes

git-svn-id: trunk@33610 -
Jonas Maebe 9 years ago
parent
commit
2f81c14ee9
1 changed files with 6 additions and 0 deletions
  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 =');