* maxcrecordalign for darwin/ppc64 is 4 instead of 8 (at least for the types

that we support), fixes webtbs/tw15061a.pp on darwin/ppc64
  * webtbs/tw15061a.pp is only for darwin/ppc and darwin/ppc64

git-svn-id: trunk@14582 -
This commit is contained in:
Jonas Maebe 2010-01-09 11:22:33 +00:00
parent 775f532c95
commit b4058a57ad
2 changed files with 4 additions and 1 deletions

View File

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

View File

@ -1,3 +1,6 @@
{ %cpu=powerpc,powerpc64 }
{ %target=darwin }
{$ifdef FPC}
{$mode macpas}
{$align power}