mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-25 01:10:01 +02:00
+ initialize br_blocks in the thlcgwasm constructor
This commit is contained in:
parent
a3610bfea1
commit
f7cc2d560c
@ -295,6 +295,7 @@ implementation
|
|||||||
begin
|
begin
|
||||||
fevalstackheight:=0;
|
fevalstackheight:=0;
|
||||||
fmaxevalstackheight:=0;
|
fmaxevalstackheight:=0;
|
||||||
|
br_blocks:=0;
|
||||||
fntypelookup:=TWasmProcTypeLookup.Create;
|
fntypelookup:=TWasmProcTypeLookup.Create;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user