mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 23:59:10 +02:00
* commit 15780 reverted
git-svn-id: trunk@15784 -
This commit is contained in:
parent
39e533d40d
commit
8e8a573707
@ -388,7 +388,9 @@ interface
|
|||||||
destructor Destroy;override;
|
destructor Destroy;override;
|
||||||
constructor ppuload(t:taitype;ppufile:tcompilerppufile);override;
|
constructor ppuload(t:taitype;ppufile:tcompilerppufile);override;
|
||||||
procedure ppuwrite(ppufile:tcompilerppufile);override;
|
procedure ppuwrite(ppufile:tcompilerppufile);override;
|
||||||
{ sections should be created via new_section() }
|
private
|
||||||
|
{ this constructor is made private on purpose }
|
||||||
|
{ because sections should be created via new_section() }
|
||||||
constructor Create(Asectype:TAsmSectiontype;Aname:string;Aalign:byte;Asecorder:TasmSectionorder=secorder_default);
|
constructor Create(Asectype:TAsmSectiontype;Aname:string;Aalign:byte;Asecorder:TasmSectionorder=secorder_default);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user