From f8848dd1857855256d50e4855725fae3aa5b4d60 Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 3 Oct 2022 22:03:55 +0200 Subject: [PATCH] * fix for commit a91e5478, mixed localalignmax and constalignmax --- compiler/systems/i_linux.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/systems/i_linux.pas b/compiler/systems/i_linux.pas index a5494e748e..a3d7241a5d 100644 --- a/compiler/systems/i_linux.pas +++ b/compiler/systems/i_linux.pas @@ -946,11 +946,11 @@ unit i_linux; coalescealign : 0; coalescealignskipmax: 0; constalignmin : 0; - constalignmax : 16; + constalignmax : 64; varalignmin : 0; varalignmax : 64; localalignmin : 4; - localalignmax : 64; + localalignmax : 16; recordalignmin : 0; recordalignmax : 16; maxCrecordalign : 16