From 15fe9f104786ec06addb735eaa3e4aba863ebcf2 Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 22 Aug 2020 19:38:08 +0000 Subject: [PATCH] * cosmetics git-svn-id: trunk@46547 - --- compiler/xtensa/cpupara.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/xtensa/cpupara.pas b/compiler/xtensa/cpupara.pas index 4bc7cb3695..76f86f2227 100644 --- a/compiler/xtensa/cpupara.pas +++ b/compiler/xtensa/cpupara.pas @@ -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));