mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 16:29:27 +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
|
||||
result:=[RS_A8..RS_A15]
|
||||
else
|
||||
result:=[RS_A0..RS_A7];
|
||||
result:=[RS_A0..RS_A11];
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user