Forráskód Böngészése

* fixed expectloc of unaligned(...)

git-svn-id: trunk@4830 -
florian 19 éve
szülő
commit
bacded2cf8
1 módosított fájl, 1 hozzáadás és 1 törlés
  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