Explorar o código

* 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 %!s(int64=18) %!d(string=hai) anos
pai
achega
3fb8f64795
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;