mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 09:30:35 +02:00
* Xtensa: FreeRTOS uses windowed calling convention
git-svn-id: trunk@44493 -
This commit is contained in:
parent
b41c8342c8
commit
1e0640c9e9
@ -714,7 +714,7 @@ unit i_freertos;
|
||||
first_parm_offset : 8;
|
||||
stacksize : 65536;
|
||||
stackalign : 16;
|
||||
abi : abi_default;
|
||||
abi : abi_xtensa_windowed;
|
||||
llvmdatalayout : 'e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:64:128-a0:0:64-n32-S32';
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user