Browse Source

* fixes copying of tcgpara

git-svn-id: trunk@44095 -
florian 5 years ago
parent
commit
679c4454c4
1 changed files with 4 additions and 0 deletions
  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;