소스 검색

* 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;