Sfoglia il codice sorgente

+ initialize br_blocks in the thlcgwasm constructor

Nikolay Nikolov 4 anni fa
parent
commit
f7cc2d560c
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;