소스 검색

* fixes copying of tcgpara

git-svn-id: trunk@44095 -
florian 5 년 전
부모
커밋
679c4454c4
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      compiler/parabase.pas

+ 4 - 0
compiler/parabase.pas

@@ -225,6 +225,10 @@ implementation
         result.size:=size;
         result.intsize:=intsize;
         result.def:=def;
+        result.Temporary:=Temporary;
+{$ifdef powerpc}
+        result.composite:=composite;
+{$endif powerpc}
       end;