瀏覽代碼

Fix compilation of 32-bit powerpc compiler

Pierre Muller 3 年之前
父節點
當前提交
762057f46d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/powerpc/rappcgas.pas

+ 1 - 1
compiler/powerpc/rappcgas.pas

@@ -186,7 +186,7 @@ Unit rappcgas;
                        for AIX }
                      if target_info.system in systems_aix then
                        begin
-                         opr.ref.symbol.increfs;
+                         oper.opr.ref.symbol.increfs;
                          tcgppcgen(cg).get_aix_toc_sym(nil,oper.opr.ref.symbol.name,asmsym2indsymflags(oper.opr.ref.symbol),oper.opr.ref,true);
                        end;
                      oper.opr.ref.refaddr:=addr_pic_no_got;