* fixed wince internal linker.

git-svn-id: trunk@3719 -
This commit is contained in:
yury 2006-05-28 20:09:22 +00:00
parent ca68b19414
commit b73557ea4e

View File

@ -857,10 +857,11 @@ const win32stub : array[0..131] of byte=(
dec(address,TCoffObjSection(relocsec).orgmempos);
end;
{$ifdef arm}
if address <> 0 then
dec(address, relocval-relocsec.MemPos);
if (relocsec.objdata=objdata) then
inc(address, relocsec.MemPos)
else
{$endif arm}
inc(address,relocval);
inc(address,relocval);
inc(address,relocsec.objdata.imagebase);
end;
else