m68k: build fix

git-svn-id: trunk@35111 -
This commit is contained in:
Károly Balogh 2016-12-11 16:49:03 +00:00
parent 88a91330a3
commit 66e651bed0

View File

@ -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;