* Aarch64 asm reader: LDR instruction allows labels as well

git-svn-id: trunk@42988 -
This commit is contained in:
svenbarth 2019-09-13 20:38:22 +00:00
parent ef6dde6de3
commit ef154fb454

View File

@ -565,7 +565,8 @@ Unit racpugas;
oper.opr.symbol:=hl; oper.opr.symbol:=hl;
end end
else if (actopcode=A_ADR) or else if (actopcode=A_ADR) or
(actopcode=A_ADRP) then (actopcode=A_ADRP) or
(actopcode=A_LDR) then
begin begin
oper.InitRef; oper.InitRef;
MaybeAddGotAddrMode; MaybeAddGotAddrMode;