mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 09:28:19 +02:00
* quick fix for stack checking on Linux/PPC64
git-svn-id: trunk@1716 -
This commit is contained in:
parent
8ca0fe382e
commit
ff47ffb255
@ -350,7 +350,7 @@ unit i_linux;
|
||||
maxCrecordalign : 8
|
||||
);
|
||||
first_parm_offset : 8;
|
||||
stacksize : 32*1024*1024;
|
||||
stacksize : 10*1024*1024;
|
||||
DllScanSupported:false;
|
||||
use_function_relative_addresses : true;
|
||||
abi : abi_default
|
||||
|
Loading…
Reference in New Issue
Block a user