From 66e651bed0027a26a9adec23e25a22edea933149 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A1roly=20Balogh?= Date: Sun, 11 Dec 2016 16:49:03 +0000 Subject: [PATCH] m68k: build fix git-svn-id: trunk@35111 - --- compiler/m68k/n68kcnv.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/m68k/n68kcnv.pas b/compiler/m68k/n68kcnv.pas index feb8b891f5..2f98553c1a 100644 --- a/compiler/m68k/n68kcnv.pas +++ b/compiler/m68k/n68kcnv.pas @@ -187,7 +187,7 @@ implementation if (location.loc in [LOC_REFERENCE,LOC_CREFERENCE]) then begin inc(location.reference.offset,TCGSize2Size[left.location.size]-TCGSize2Size[location.size]); - l.reference.alignment:=newalignment(l.reference.alignment,TCGSize2Size[left.location.size]-TCGSize2Size[location.size]); + location.reference.alignment:=newalignment(location.reference.alignment,TCGSize2Size[left.location.size]-TCGSize2Size[location.size]); end; end; exit;