소스 검색

* x86 has to use newalignment as well

git-svn-id: trunk@45483 -
florian 5 년 전
부모
커밋
78381bd1ae
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      compiler/x86/nx86mem.pas

+ 1 - 0
compiler/x86/nx86mem.pas

@@ -139,6 +139,7 @@ implementation
            end;
          end;
          location.reference.index:=hreg;
+         location.reference.alignment:=newalignment(location.reference.alignment,l);
        end;
 
 begin