mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 20:39:43 +02:00
* fixed i8086 compilation after r43265
git-svn-id: trunk@43289 -
This commit is contained in:
parent
202284dbfa
commit
cb9f569906
@ -130,7 +130,7 @@ interface
|
||||
destructor destroy;override;
|
||||
class function sectiontype2options(atype:TAsmSectiontype):TObjSectionOptions;override;
|
||||
function sectiontype2align(atype:TAsmSectiontype):longint;override;
|
||||
function sectiontype2class(atype:TAsmSectiontype):string;
|
||||
class function sectiontype2class(atype:TAsmSectiontype):string;
|
||||
function sectionname(atype:TAsmSectiontype;const aname:string;aorder:TAsmSectionOrder):string;override;
|
||||
function createsection(atype:TAsmSectionType;const aname:string='';aorder:TAsmSectionOrder=secorder_default):TObjSection;override;
|
||||
function reffardatasection:TObjSection;
|
||||
@ -1084,7 +1084,7 @@ implementation
|
||||
Result:=omf_sectiontype2align(atype);
|
||||
end;
|
||||
|
||||
function TOmfObjData.sectiontype2class(atype: TAsmSectiontype): string;
|
||||
class function TOmfObjData.sectiontype2class(atype: TAsmSectiontype): string;
|
||||
begin
|
||||
Result:=omf_segclass(atype);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user