Prechádzať zdrojové kódy

- removed commented out class name

git-svn-id: branches/wasm@46669 -
nickysn 5 rokov pred
rodič
commit
aea75c7caf
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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;