mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-07 09:26:23 +02:00
* patch by Christo Crause to make nostackframe with the windowed xtensa abi working, resolves #37550
git-svn-id: trunk@46417 -
This commit is contained in:
parent
aefc1be555
commit
ac6f74a6a2
@ -742,7 +742,9 @@ implementation
|
|||||||
else
|
else
|
||||||
Internalerror(2020031401);
|
Internalerror(2020031401);
|
||||||
end;
|
end;
|
||||||
end;
|
end
|
||||||
|
else if target_info.abi=abi_xtensa_windowed then
|
||||||
|
list.concat(taicpu.op_reg_const(A_ENTRY,NR_STACK_POINTER_REG,16));
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user