2
0
Эх сурвалжийг харах

- removed unused code from TWASM32InstrWriter.WriteInstruction

git-svn-id: branches/wasm@47966 -
nickysn 4 жил өмнө
parent
commit
09ae46cfdd

+ 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;