mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 10:19:19 +02:00
[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:
parent
e13fb1fd1b
commit
2168969b3f
@ -171,7 +171,7 @@ type
|
|||||||
{ TWasmElement }
|
{ TWasmElement }
|
||||||
|
|
||||||
TWasmElement = class(TObject)
|
TWasmElement = class(TObject)
|
||||||
tableIdx : Integer;
|
tableId : TWasmId;
|
||||||
offset : TWasmInstrList; // offset expression
|
offset : TWasmInstrList; // offset expression
|
||||||
funcCount : Integer;
|
funcCount : Integer;
|
||||||
funcs : array of TWasmId;
|
funcs : array of TWasmId;
|
||||||
|
Loading…
Reference in New Issue
Block a user