mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-10 12:29:15 +02:00
m68k: build fix
git-svn-id: trunk@35111 -
This commit is contained in:
parent
88a91330a3
commit
66e651bed0
@ -187,7 +187,7 @@ implementation
|
||||
if (location.loc in [LOC_REFERENCE,LOC_CREFERENCE]) then
|
||||
begin
|
||||
inc(location.reference.offset,TCGSize2Size[left.location.size]-TCGSize2Size[location.size]);
|
||||
l.reference.alignment:=newalignment(l.reference.alignment,TCGSize2Size[left.location.size]-TCGSize2Size[location.size]);
|
||||
location.reference.alignment:=newalignment(location.reference.alignment,TCGSize2Size[left.location.size]-TCGSize2Size[location.size]);
|
||||
end;
|
||||
end;
|
||||
exit;
|
||||
|
Loading…
Reference in New Issue
Block a user