* fixed expectloc of unaligned(...)

git-svn-id: trunk@4830 -
This commit is contained in:
florian 2006-10-08 15:47:01 +00:00
parent 6f968732c0
commit bacded2cf8

View File

@ -2553,7 +2553,7 @@ implementation
{$ifdef SUPPORT_UNALIGNED}
in_unaligned_x:
begin
expectloc:=left.expectloc;
expectloc:=tcallparanode(left).left.expectloc;
end;
{$endif SUPPORT_UNALIGNED}
else