From 4258413e8c4a9f5496fb5be1559fdd30580b6885 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A1roly=20Balogh?= Date: Fri, 23 Jun 2017 21:24:39 +0000 Subject: [PATCH] m68k: revert recordalignmax to 2 on Linux. the value of 4 caused a bunch of weird RTTI test failures git-svn-id: trunk@36590 - --- compiler/systems/i_linux.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/systems/i_linux.pas b/compiler/systems/i_linux.pas index 6d21994b02..d5e7793d01 100644 --- a/compiler/systems/i_linux.pas +++ b/compiler/systems/i_linux.pas @@ -220,7 +220,7 @@ unit i_linux; localalignmin : 4; localalignmax : 4; recordalignmin : 0; - recordalignmax : 4; + recordalignmax : 2; maxCrecordalign : 2 ); first_parm_offset : 8;