Browse Source

- removed unused code from TWASM32InstrWriter.WriteInstruction

git-svn-id: branches/wasm@47966 -
nickysn 4 years ago
parent
commit
09ae46cfdd
1 changed files with 0 additions and 4 deletions
  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;