소스 검색

* fixed copy&paste error in rev. 10460

git-svn-id: trunk@10462 -
florian 17 년 전
부모
커밋
ed540dc7c1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/arm/cpubase.pas

+ 1 - 1
compiler/arm/cpubase.pas

@@ -554,7 +554,7 @@ unit cpubase;
       if target_info.endian=endian_little then
         result:=RS_R1
       else
-        result:=RS_R1;
+        result:=RS_R0;
     end;
 
 end.