mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 23:19:29 +02:00
* fixed copy&paste error in rev. 10460
git-svn-id: trunk@10462 -
This commit is contained in:
parent
89e9d4ab17
commit
ed540dc7c1
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user