mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 23:09:08 +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
|
currabsreloc:=RELOC_PLT32
|
||||||
else
|
else
|
||||||
{$endif x86_64}
|
{$endif x86_64}
|
||||||
currabsreloc:=RELOC_ABSOLUTE;
|
currabsreloc:=RELOC_ABSOLUTE32;
|
||||||
objdata.writereloc(oper[opidx]^.ref^.offset,ea_data.bytes,currsym,currabsreloc);
|
objdata.writereloc(oper[opidx]^.ref^.offset,ea_data.bytes,currsym,currabsreloc);
|
||||||
inc(s,ea_data.bytes);
|
inc(s,ea_data.bytes);
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user