[PATCH 112/188] adding a log entry

From 1db330e10c0f507b18d03a4d9d704aa1ae187e71 Mon Sep 17 00:00:00 2001
From: Dmitry Boyarintsev <skalogryz.lists@gmail.com>
Date: Wed, 18 Mar 2020 13:15:06 -0400

git-svn-id: branches/wasm@46108 -
This commit is contained in:
nickysn 2020-08-03 13:01:02 +00:00
parent d1e8e355fb
commit 9cd530810b

View File

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