Sfoglia il codice sorgente

* copy the new convnodeflags field in ttypeconvnode.dogetcopy

git-svn-id: trunk@38637 -
nickysn 7 anni fa
parent
commit
3e9b9451b4
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;