mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 21:09:24 +02:00
* Avoid overflow error
git-svn-id: trunk@15922 -
This commit is contained in:
parent
7ba5eaf272
commit
0083fc3e3d
@ -724,7 +724,7 @@ implementation
|
||||
|
||||
procedure TElfObjData.writereloc(data:aint;len:aword;p:TObjSymbol;reltype:TObjRelocationType);
|
||||
var
|
||||
symaddr : longint;
|
||||
symaddr : aint;
|
||||
begin
|
||||
if CurrObjSec=nil then
|
||||
internalerror(200403292);
|
||||
|
Loading…
Reference in New Issue
Block a user