mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 08:09:33 +02:00
* fixed typo in r4848
git-svn-id: trunk@4966 -
This commit is contained in:
parent
ce3bfabfe6
commit
1de2f94b28
@ -2366,7 +2366,7 @@ implementation
|
||||
currabsreloc:=RELOC_PLT32
|
||||
else
|
||||
{$endif x86_64}
|
||||
currabsreloc:=RELOC_ABSOLUTE;
|
||||
currabsreloc:=RELOC_ABSOLUTE32;
|
||||
objdata.writereloc(oper[opidx]^.ref^.offset,ea_data.bytes,currsym,currabsreloc);
|
||||
inc(s,ea_data.bytes);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user