mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-05 20:30:53 +02:00
* fixed x86_64 and non-darwin i386 GOT/GOTPCREL parsing after r9366
(I put that code in a separate method because it appeared in two places, but in one of the two places it was buggy and apparently never triggered, and I copied that part...) git-svn-id: trunk@9379 -
This commit is contained in:
parent
190ec54d73
commit
95f00eb633
@ -283,7 +283,10 @@ Implementation
|
||||
{$ifdef i386}
|
||||
if actasmpattern='GOT' then
|
||||
{$endif i386}
|
||||
oper.opr.ref.refaddr:=addr_pic
|
||||
begin
|
||||
oper.opr.ref.refaddr:=addr_pic;
|
||||
consume(AS_ID);
|
||||
end
|
||||
else
|
||||
Message(asmr_e_invalid_reference_syntax);
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user