Explorar o código

+ initialize br_blocks in the thlcgwasm constructor

Nikolay Nikolov %!s(int64=3) %!d(string=hai) anos
pai
achega
f7cc2d560c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      compiler/wasm32/hlcgcpu.pas

+ 1 - 0
compiler/wasm32/hlcgcpu.pas

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