Browse Source

* maxCrecordalign seems to have to be 8 rather 4, in spite of what
the ABI docs say (although they are contradictory to some extent)

git-svn-id: branches/fpc_2_3@6479 -

Jonas Maebe 18 years ago
parent
commit
3fb8f64795
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/systems/i_bsd.pas

+ 1 - 1
compiler/systems/i_bsd.pas

@@ -566,7 +566,7 @@ unit i_bsd;
                 localalignmax   : 8;
                 recordalignmin  : 0;
                 recordalignmax  : 2;
-                maxCrecordalign : 4
+                maxCrecordalign : 8
               );
             first_parm_offset : 48;
             stacksize   : 262144;