소스 검색

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