* fixed typo when checking live start of references

git-svn-id: trunk@22112 -
This commit is contained in:
florian 2012-08-17 19:36:10 +00:00
parent 5ceeb8aaa9
commit 53a0d3e3a3

View File

@ -1165,7 +1165,7 @@ Implementation
Top_Ref:
begin
CheckLiveStart(p.oper[i]^.ref^.base);
CheckLiveStart(p.oper[i]^.ref^.base);
CheckLiveStart(p.oper[i]^.ref^.index);
end;
Top_Shifterop:
CheckLiveStart(p.oper[i]^.shifterop^.rs);