mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-14 11:29:41 +02:00
Fix compilation of 32-bit powerpc compiler
This commit is contained in:
parent
dbbf7e7f3b
commit
762057f46d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user