Explorar o código

* fixed expectloc of unaligned(...)

git-svn-id: trunk@4830 -
florian %!s(int64=19) %!d(string=hai) anos
pai
achega
bacded2cf8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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