* cosmetics

git-svn-id: trunk@46547 -
This commit is contained in:
florian 2020-08-22 19:38:08 +00:00
parent e81920af7b
commit 15fe9f1047

View File

@ -250,7 +250,7 @@ unit cpupara;
if side=callerside then
case target_info.abi of
abi_xtensa_call0:
paraloc^.register:=NR_A3;
paraloc^.register:=NR_A3;
abi_xtensa_windowed:
{ only call8 used/supported so far }
paraloc^.register:=newreg(R_INTREGISTER,RS_A11,cgsize2subreg(R_INTREGISTER,retcgsize));