mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 12:49:33 +02:00
* also changed the type of the 'DataPos' parameter of TObjData.layoutsections to TObjSectionOfs
git-svn-id: trunk@39085 -
This commit is contained in:
parent
04129b8c6e
commit
f9748e928b
@ -395,7 +395,7 @@ interface
|
||||
procedure afteralloc;virtual;
|
||||
procedure afterwrite;virtual;
|
||||
procedure resetsections;
|
||||
procedure layoutsections(var datapos:PUInt);
|
||||
procedure layoutsections(var datapos:TObjSectionOfs);
|
||||
property Name:TString80 read FName;
|
||||
property CurrObjSec:TObjSection read FCurrObjSec;
|
||||
property ObjSymbolList:TObjSymbolList read FObjSymbolList;
|
||||
@ -1520,7 +1520,7 @@ implementation
|
||||
end;
|
||||
|
||||
|
||||
procedure TObjData.layoutsections(var DataPos:PUInt);
|
||||
procedure TObjData.layoutsections(var DataPos:TObjSectionOfs);
|
||||
var
|
||||
i: longint;
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user