瀏覽代碼

- removed unused code from TWASM32InstrWriter.WriteInstruction

git-svn-id: branches/wasm@47966 -
nickysn 4 年之前
父節點
當前提交
09ae46cfdd
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      compiler/wasm32/agllvmmc.pas

+ 0 - 4
compiler/wasm32/agllvmmc.pas

@@ -326,10 +326,6 @@ implementation
             end;
         end;
 
-      if (cpu.opcode = a_call_indirect) then
-        // special wat2wasm syntax "call_indirect (type x)"
-        writer.AsmWrite(')');
-
       writer.AsmLn;
     end;