mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 04:09:15 +02:00
* small fix for previous commit.
git-svn-id: trunk@5252 -
This commit is contained in:
parent
aa9c217f6b
commit
f89a0ac4c1
@ -2032,7 +2032,7 @@ const pemagic : array[0..3] of byte = (
|
||||
|
||||
procedure tcoffexeoutput.CalcPos_Symbols;
|
||||
var
|
||||
i : integer;
|
||||
i : longint;
|
||||
sym : TExeSymbol;
|
||||
begin
|
||||
nsyms:=0;
|
||||
@ -2047,6 +2047,7 @@ const pemagic : array[0..3] of byte = (
|
||||
ExeSymbolList.Delete(i);
|
||||
end;
|
||||
ExeSymbolList.Pack;
|
||||
{ Calculating symbols position and size }
|
||||
nsyms:=ExeSymbolList.Count;
|
||||
sympos:=CurrDataPos;
|
||||
inc(CurrDataPos,sizeof(coffsymbol)*nsyms);
|
||||
|
Loading…
Reference in New Issue
Block a user