mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 17:10:28 +02:00
* changed the type of the 'size' parameter of TOmfObjOutput.AddSegment to
TObjSectionOfs instead of aword git-svn-id: trunk@39093 -
This commit is contained in:
parent
f5862efcd4
commit
8c842c1337
@ -122,7 +122,7 @@ interface
|
||||
FGroups: TFPHashObjectList;
|
||||
procedure AddSegment(const name,segclass,ovlname: string;
|
||||
Alignment: TOmfSegmentAlignment; Combination: TOmfSegmentCombination;
|
||||
Use: TOmfSegmentUse; Size: aword);
|
||||
Use: TOmfSegmentUse; Size: TObjSectionOfs);
|
||||
procedure AddGroup(const groupname: string; seglist: array of const);
|
||||
procedure AddGroup(const groupname: string; seglist: TSegmentList);
|
||||
procedure WriteSections(Data:TObjData);
|
||||
@ -687,7 +687,7 @@ implementation
|
||||
|
||||
procedure TOmfObjOutput.AddSegment(const name, segclass, ovlname: string;
|
||||
Alignment: TOmfSegmentAlignment; Combination: TOmfSegmentCombination;
|
||||
Use: TOmfSegmentUse; Size: aword);
|
||||
Use: TOmfSegmentUse; Size: TObjSectionOfs);
|
||||
var
|
||||
s: TOmfRecord_SEGDEF;
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user