mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 20:09:25 +02:00
[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:
parent
d1e8e355fb
commit
9cd530810b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user