mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 13:09:32 +02:00
* when building a reference with an identifier, initialize the operand so that page offsets of functions are handled correctly
git-svn-id: trunk@44933 -
This commit is contained in:
parent
1fb2d9540c
commit
26c45f550a
@ -792,7 +792,10 @@ Unit racpugas;
|
||||
Message1(sym_e_unknown_id,expr);
|
||||
end
|
||||
else
|
||||
MaybeAddGotAddrMode;
|
||||
begin
|
||||
oper.InitRef;
|
||||
MaybeAddGotAddrMode;
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
if actasmtoken=AS_DOT then
|
||||
|
Loading…
Reference in New Issue
Block a user