mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-14 14:29:14 +02:00
Accept range/overflow for address computation inside unit
git-svn-id: trunk@22507 -
This commit is contained in:
parent
f25f44605e
commit
b851a5a065
@ -811,6 +811,10 @@ const pemagic : array[0..3] of byte = (
|
||||
write(offset,len);
|
||||
end;
|
||||
|
||||
{ We don't want overflow nor range checks here,
|
||||
wrapping is accepted in the address computation below }
|
||||
{$r-}
|
||||
{$q-}
|
||||
|
||||
procedure TCoffExeOutput.DoRelocationFixup(objsec:TObjSection);
|
||||
var
|
||||
|
Loading…
Reference in New Issue
Block a user