mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-26 21:09:26 +02:00
* fixed address calculation when generating pic
git-svn-id: trunk@1759 -
This commit is contained in:
parent
cd96d43ac3
commit
99be25604b
@ -413,7 +413,7 @@ unit cgx86;
|
||||
end
|
||||
else
|
||||
begin
|
||||
list.concat(taicpu.op_reg_reg(A_ADD,S_Q,ref.base,hreg));
|
||||
list.concat(taicpu.op_reg_reg(A_ADD,S_L,ref.base,hreg));
|
||||
ref.base:=hreg;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user