* 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:
Jonas Maebe 2007-12-02 11:13:51 +00:00
parent 190ec54d73
commit 95f00eb633

View File

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