mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 01:29:19 +02:00
* patch by Christo Crause: fix volatile registers for call0 abi, resolves #37317
git-svn-id: trunk@45749 -
This commit is contained in:
parent
de01d6a08d
commit
91149df87f
@ -65,7 +65,7 @@ unit cpupara;
|
|||||||
if target_info.abi=abi_xtensa_windowed then
|
if target_info.abi=abi_xtensa_windowed then
|
||||||
result:=[RS_A8..RS_A15]
|
result:=[RS_A8..RS_A15]
|
||||||
else
|
else
|
||||||
result:=[RS_A0..RS_A7];
|
result:=[RS_A0..RS_A11];
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user