* fixed typo in r4848

git-svn-id: trunk@4966 -
This commit is contained in:
peter 2006-10-18 20:19:44 +00:00
parent ce3bfabfe6
commit 1de2f94b28

View File

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