Browse Source

* fixed expectloc of unaligned(...)

git-svn-id: trunk@4830 -
florian 19 năm trước cách đây
mục cha
commit
bacded2cf8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      compiler/ninl.pas

+ 1 - 1
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