Browse Source

- removed commented out class name

git-svn-id: branches/wasm@46669 -
nickysn 5 years ago
parent
commit
aea75c7caf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/wasm32/agllvmmc.pas

+ 1 - 1
compiler/wasm32/agllvmmc.pas

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