Преглед на файлове

* 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