From 78381bd1ae37be8526eae9e6979c55c687f71d67 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 24 May 2020 13:56:42 +0000 Subject: [PATCH] * x86 has to use newalignment as well git-svn-id: trunk@45483 - --- compiler/x86/nx86mem.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/x86/nx86mem.pas b/compiler/x86/nx86mem.pas index c24fed0173..fd10f6398f 100644 --- a/compiler/x86/nx86mem.pas +++ b/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