Browse Source

[PATCH 112/188] adding a log entry

From 1db330e10c0f507b18d03a4d9d704aa1ae187e71 Mon Sep 17 00:00:00 2001
From: Dmitry Boyarintsev <[email protected]>
Date: Wed, 18 Mar 2020 13:15:06 -0400

git-svn-id: branches/wasm@46108 -
nickysn 5 years ago
parent
commit
9cd530810b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      utils/wasmbin/wasmmodule.pas

+ 2 - 1
utils/wasmbin/wasmmodule.pas

@@ -75,7 +75,8 @@ type
   TWasmInstr = class(TObject)
     code        : byte;
     operandIdx  : string;
-    operandNum  : integer;    // for call_indirect this is table index
+    operandNum  : integer;    // for "call_indirect" this is table index
+                              // for "if", "loop", "block" - it's type
     operandText : string;
     insttype    : TWasmFuncType; // used by call_indirect only