[PATCH 176/188] changing tableNum (int) to tableId (str/int)

From 0f55d00cf556112c36bbd4b84970fc989cd38125 Mon Sep 17 00:00:00 2001
From: Dmitry Boyarintsev <skalogryz.lists@gmail.com>
Date: Wed, 8 Apr 2020 11:58:12 -0400

git-svn-id: branches/wasm@46172 -
This commit is contained in:
nickysn 2020-08-03 13:02:07 +00:00
parent e13fb1fd1b
commit 2168969b3f

View File

@ -171,7 +171,7 @@ type
{ TWasmElement }
TWasmElement = class(TObject)
tableIdx : Integer;
tableId : TWasmId;
offset : TWasmInstrList; // offset expression
funcCount : Integer;
funcs : array of TWasmId;