mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-05 05:27:19 +01:00
* 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:
parent
775f532c95
commit
b4058a57ad
@ -611,7 +611,7 @@ unit i_bsd;
|
||||
localalignmax : 8;
|
||||
recordalignmin : 0;
|
||||
recordalignmax : 8;
|
||||
maxCrecordalign : 8
|
||||
maxCrecordalign : 4
|
||||
);
|
||||
first_parm_offset : 48;
|
||||
stacksize : 262144;
|
||||
|
||||
@ -1,3 +1,6 @@
|
||||
{ %cpu=powerpc,powerpc64 }
|
||||
{ %target=darwin }
|
||||
|
||||
{$ifdef FPC}
|
||||
{$mode macpas}
|
||||
{$align power}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user