mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 07:26: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);
|
procedure TElfObjData.writereloc(data:aint;len:aword;p:TObjSymbol;reltype:TObjRelocationType);
|
||||||
var
|
var
|
||||||
symaddr : longint;
|
symaddr : aint;
|
||||||
begin
|
begin
|
||||||
if CurrObjSec=nil then
|
if CurrObjSec=nil then
|
||||||
internalerror(200403292);
|
internalerror(200403292);
|
||||||
|
Loading…
Reference in New Issue
Block a user