* fixed copy&paste error in rev. 10460

git-svn-id: trunk@10462 -
This commit is contained in:
florian 2008-03-08 14:05:04 +00:00
parent 89e9d4ab17
commit ed540dc7c1

View File

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