瀏覽代碼

- removed commented out class name

git-svn-id: branches/wasm@46669 -
nickysn 5 年之前
父節點
當前提交
aea75c7caf
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;