Browse Source

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

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

+ 1 - 1
compiler/xtensa/cpupara.pas

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