mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 12:18:30 +02:00
* align stack to 16 bytes on RiscV32 as required by the ABI
This commit is contained in:
parent
6c4d218b8d
commit
bd1da8ffb7
@ -1308,7 +1308,7 @@ unit i_linux;
|
||||
);
|
||||
first_parm_offset : 0;
|
||||
stacksize : 32*1024*1024;
|
||||
stackalign : 8;
|
||||
stackalign : 16;
|
||||
abi : abi_riscv_ilp32;
|
||||
llvmdatalayout : 'e-p:32:32:32-i1:8:8-i8:8:32-i16:16:32-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-n32-S64';
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user