Browse Source

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

From 0f55d00cf556112c36bbd4b84970fc989cd38125 Mon Sep 17 00:00:00 2001
From: Dmitry Boyarintsev <[email protected]>
Date: Wed, 8 Apr 2020 11:58:12 -0400

git-svn-id: branches/wasm@46172 -
nickysn 5 years ago
parent
commit
2168969b3f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/wasmbin/wasmmodule.pas

+ 1 - 1
utils/wasmbin/wasmmodule.pas

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