浏览代码

* copy the new convnodeflags field in ttypeconvnode.dogetcopy

git-svn-id: trunk@38637 -
nickysn 7 年之前
父节点
当前提交
3e9b9451b4
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      compiler/ncnv.pas

+ 1 - 0
compiler/ncnv.pas

@@ -1009,6 +1009,7 @@ implementation
       begin
          n:=ttypeconvnode(inherited dogetcopy);
          n.convtype:=convtype;
+         n.convnodeflags:=convnodeflags;
          n.totypedef:=totypedef;
          n.assignment_side:=assignment_side;
          dogetcopy:=n;