浏览代码

+ callparan support in node_complexity()

git-svn-id: trunk@8601 -
Jonas Maebe 18 年之前
父节点
当前提交
1e5fee5c6f
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      compiler/nutils.pas

+ 2 - 1
compiler/nutils.pas

@@ -642,7 +642,8 @@ implementation
                     exit;
                   p := tunarynode(p).left;
                 end;
-              blockn:
+              blockn,
+              callparan:
                 p := tunarynode(p).left;
               notn,
               derefn :