Explorar o código

- removed unused code from TWASM32InstrWriter.WriteInstruction

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