mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 00:09:32 +02:00
* cosmetics
git-svn-id: trunk@46547 -
This commit is contained in:
parent
e81920af7b
commit
15fe9f1047
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user