mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 12:25:59 +02:00
* fixed typo when checking live start of references
git-svn-id: trunk@22112 -
This commit is contained in:
parent
5ceeb8aaa9
commit
53a0d3e3a3
@ -1165,7 +1165,7 @@ Implementation
|
|||||||
Top_Ref:
|
Top_Ref:
|
||||||
begin
|
begin
|
||||||
CheckLiveStart(p.oper[i]^.ref^.base);
|
CheckLiveStart(p.oper[i]^.ref^.base);
|
||||||
CheckLiveStart(p.oper[i]^.ref^.base);
|
CheckLiveStart(p.oper[i]^.ref^.index);
|
||||||
end;
|
end;
|
||||||
Top_Shifterop:
|
Top_Shifterop:
|
||||||
CheckLiveStart(p.oper[i]^.shifterop^.rs);
|
CheckLiveStart(p.oper[i]^.shifterop^.rs);
|
||||||
|
Loading…
Reference in New Issue
Block a user