mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 07:19:27 +02:00
* fixed expectloc of unaligned(...)
git-svn-id: trunk@4830 -
This commit is contained in:
parent
6f968732c0
commit
bacded2cf8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user