Parcourir la 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 il y a 5 ans
Parent
commit
2168969b3f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;