From bacded2cf89576d8a87084a0531f41fcb4e1d858 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 8 Oct 2006 15:47:01 +0000 Subject: [PATCH] * fixed expectloc of unaligned(...) git-svn-id: trunk@4830 - --- compiler/ninl.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/ninl.pas b/compiler/ninl.pas index 826e5fdcb2..94c70c141b 100644 --- a/compiler/ninl.pas +++ b/compiler/ninl.pas @@ -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