mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 12:09:11 +02:00
- removed commented out class name
git-svn-id: branches/wasm@46669 -
This commit is contained in:
parent
539fde196d
commit
aea75c7caf
@ -37,7 +37,7 @@ interface
|
||||
|
||||
{ TLLVMMachineCodePlaygroundAssembler }
|
||||
|
||||
TLLVMMachineCodePlaygroundAssembler=class({texternalassembler}TGNUassembler)
|
||||
TLLVMMachineCodePlaygroundAssembler=class(TGNUassembler)
|
||||
protected
|
||||
function sectionname(atype:TAsmSectiontype;const aname:string;aorder:TAsmSectionOrder):string;override;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user