* patch by Christo Crause: fix volatile registers for call0 abi, resolves

git-svn-id: trunk@45749 -
This commit is contained in:
florian 2020-07-09 20:34:32 +00:00
parent de01d6a08d
commit 91149df87f

View File

@ -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;