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