mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 21:49:15 +02:00
* Aarch64 asm reader: LDR instruction allows labels as well
git-svn-id: trunk@42988 -
This commit is contained in:
parent
ef6dde6de3
commit
ef154fb454
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user