mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 07:49:12 +02:00
* Aarch64 asm reader: explicitely set the refaddr for local labels
git-svn-id: trunk@42989 -
This commit is contained in:
parent
ef154fb454
commit
61642ffaa4
@ -732,6 +732,8 @@ Unit racpugas;
|
||||
CreateLocalLabel(actasmpattern,hl,false);
|
||||
Consume(AS_ID);
|
||||
AddLabelOperand(hl);
|
||||
if oper.opr.ref.refaddr=addr_pic then
|
||||
oper.opr.ref.refaddr:=addr_page;
|
||||
end
|
||||
else
|
||||
{ Check for label }
|
||||
|
Loading…
Reference in New Issue
Block a user