+ initialize br_blocks in the thlcgwasm constructor

This commit is contained in:
Nikolay Nikolov 2021-09-18 16:29:19 +03:00
parent a3610bfea1
commit f7cc2d560c

View File

@ -295,6 +295,7 @@ implementation
begin
fevalstackheight:=0;
fmaxevalstackheight:=0;
br_blocks:=0;
fntypelookup:=TWasmProcTypeLookup.Create;
end;