Browse Source

* cosmetics

git-svn-id: trunk@46547 -
florian 5 years ago
parent
commit
15fe9f1047
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/xtensa/cpupara.pas

+ 1 - 1
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));