mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 19:09:16 +02:00
* corrected first_param_offset for darwin
This commit is contained in:
parent
3056a64bf0
commit
f121f1f7ec
@ -405,7 +405,7 @@ unit i_bsd;
|
|||||||
recordalignmax : 2;
|
recordalignmax : 2;
|
||||||
maxCrecordalign : 4
|
maxCrecordalign : 4
|
||||||
);
|
);
|
||||||
first_parm_offset : 8;
|
first_parm_offset : 24;
|
||||||
heapsize : 256*1024;
|
heapsize : 256*1024;
|
||||||
stacksize : 262144;
|
stacksize : 262144;
|
||||||
DllScanSupported:false;
|
DllScanSupported:false;
|
||||||
@ -443,7 +443,10 @@ initialization
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.8 2004-01-29 15:48:10 marco
|
Revision 1.9 2004-02-08 20:03:05 jonas
|
||||||
|
* corrected first_param_offset for darwin
|
||||||
|
|
||||||
|
Revision 1.8 2004/01/29 15:48:10 marco
|
||||||
* fix added as comment till I can test (8 byte C alignment on netbsd/ppc)
|
* fix added as comment till I can test (8 byte C alignment on netbsd/ppc)
|
||||||
|
|
||||||
Revision 1.7 2004/01/21 20:53:51 marco
|
Revision 1.7 2004/01/21 20:53:51 marco
|
||||||
|
Loading…
Reference in New Issue
Block a user