Browse Source

* fixed copy&paste error in rev. 10460

git-svn-id: trunk@10462 -
florian 17 years ago
parent
commit
ed540dc7c1
1 changed files with 1 additions and 1 deletions
  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
       if target_info.endian=endian_little then
         result:=RS_R1
         result:=RS_R1
       else
       else
-        result:=RS_R1;
+        result:=RS_R0;
     end;
     end;
 
 
 end.
 end.