mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-28 04:59:26 +02:00
* set the stack size to 64kb and stack align to 16 bytes for the wasm32-embedded target
This commit is contained in:
parent
7cef39657f
commit
8aee781950
@ -916,8 +916,8 @@ unit i_embed;
|
||||
maxCrecordalign : 4
|
||||
);
|
||||
first_parm_offset : 0;
|
||||
stacksize : 262144;
|
||||
stackalign : 4;
|
||||
stacksize : 65536;
|
||||
stackalign : 16;
|
||||
abi : abi_default;
|
||||
llvmdatalayout : 'todo';
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user