Browse Source

m68k: revert recordalignmax to 2 on Linux. the value of 4 caused a bunch of weird RTTI test failures

git-svn-id: trunk@36590 -
Károly Balogh 8 years ago
parent
commit
4258413e8c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/systems/i_linux.pas

+ 1 - 1
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;