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 -
@@ -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