瀏覽代碼

* fixed typo when checking live start of references

git-svn-id: trunk@22112 -
florian 13 年之前
父節點
當前提交
53a0d3e3a3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/arm/aoptcpu.pas

+ 1 - 1
compiler/arm/aoptcpu.pas

@@ -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);