mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 16:50:25 +02:00
* 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 -
This commit is contained in:
parent
9f7f43673f
commit
9a157a7749
@ -4985,7 +4985,6 @@ implementation
|
||||
else
|
||||
begin
|
||||
{ pass proper alignment info }
|
||||
localcopyloc.reference.alignment:=tparavarsym(p).vardef.alignment;
|
||||
g_concatcopy(list,tparavarsym(p).vardef,href,localcopyloc.reference);
|
||||
end;
|
||||
{ update localloc of varsym }
|
||||
|
Loading…
Reference in New Issue
Block a user