Explorar o código

- removed commented out class name

git-svn-id: branches/wasm@46669 -
nickysn %!s(int64=5) %!d(string=hai) anos
pai
achega
aea75c7caf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;