mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-28 12:19:27 +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
|
maxCrecordalign : 4
|
||||||
);
|
);
|
||||||
first_parm_offset : 0;
|
first_parm_offset : 0;
|
||||||
stacksize : 262144;
|
stacksize : 65536;
|
||||||
stackalign : 4;
|
stackalign : 16;
|
||||||
abi : abi_default;
|
abi : abi_default;
|
||||||
llvmdatalayout : 'todo';
|
llvmdatalayout : 'todo';
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user