Browse Source

* don't overwrite the alignment of locals set by the temp manager with the
standard alignment for the type (the maximum alignment for locals may
be less, and it's set correctly by the temp manager)

git-svn-id: trunk@40373 -

Jonas Maebe 6 years ago
parent
commit
9a157a7749
1 changed files with 0 additions and 1 deletions
  1. 0 1
      compiler/hlcgobj.pas

+ 0 - 1
compiler/hlcgobj.pas

@@ -4985,7 +4985,6 @@ implementation
               else
               else
                 begin
                 begin
                   { pass proper alignment info }
                   { pass proper alignment info }
-                  localcopyloc.reference.alignment:=tparavarsym(p).vardef.alignment;
                   g_concatcopy(list,tparavarsym(p).vardef,href,localcopyloc.reference);
                   g_concatcopy(list,tparavarsym(p).vardef,href,localcopyloc.reference);
                 end;
                 end;
               { update localloc of varsym }
               { update localloc of varsym }