- removed commented out class name

git-svn-id: branches/wasm@46669 -
This commit is contained in:
nickysn 2020-08-23 17:02:33 +00:00
parent 539fde196d
commit aea75c7caf

View File

@ -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;