Explorar el Código

+ initialize br_blocks in the thlcgwasm constructor

Nikolay Nikolov hace 4 años
padre
commit
f7cc2d560c
Se han modificado 1 ficheros con 1 adiciones y 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;