* Aarch64 asm reader: explicitely set the refaddr for local labels

git-svn-id: trunk@42989 -
This commit is contained in:
svenbarth 2019-09-13 20:38:25 +00:00
parent ef154fb454
commit 61642ffaa4

View File

@ -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 }