Преглед изворни кода

+ initialize br_blocks in the thlcgwasm constructor

Nikolay Nikolov пре 4 година
родитељ
комит
f7cc2d560c
1 измењених фајлова са 1 додато и 0 уклоњено
  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;