Sfoglia il codice sorgente

+ initialize TWasmObjData.FFuncTypes in TWasmObjData's constructor

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