mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 08:00:52 +02:00
[PATCH 187/188] removing function code reference as unneeded
From edd3628ed9d2302b50ec590dfeb76eb929f5748b Mon Sep 17 00:00:00 2001 From: Dmitry Boyarintsev <skalogryz.lists@gmail.com> Date: Mon, 13 Apr 2020 10:11:58 -0400 git-svn-id: branches/wasm@46183 -
This commit is contained in:
parent
cd6eed38c1
commit
c2abf3e14b
@ -160,8 +160,6 @@ type
|
||||
idNum : Integer; // reference number (after Normalization)
|
||||
instr : TWasmInstrList;
|
||||
functype : TWasmFuncType;
|
||||
|
||||
codeRefCount : Integer; // number of times the function was referenced from the code
|
||||
constructor Create;
|
||||
destructor Destroy; override;
|
||||
function AddLocal: TWasmParam;
|
||||
|
Loading…
Reference in New Issue
Block a user