浏览代码

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

git-svn-id: trunk@45749 -
florian 5 年之前
父节点
当前提交
91149df87f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;