Selaa lähdekoodia

+ initialize TWasmObjData.FFuncTypes in TWasmObjData's constructor

Nikolay Nikolov 1 vuosi sitten
vanhempi
sitoutus
e695edff98
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      compiler/ogwasm.pas

+ 1 - 0
compiler/ogwasm.pas

@@ -647,6 +647,7 @@ implementation
         CObjSection:=TWasmObjSection;
         CObjSymbol:=TWasmObjSymbol;
         FObjSymbolsExtraDataList:=TFPHashObjectList.Create;
+        FFuncTypes:=TWasmFuncTypeTable.Create;
       end;
 
     destructor TWasmObjData.destroy;