Browse Source

+ initialize TWasmObjData.FFuncTypes in TWasmObjData's constructor

Nikolay Nikolov 1 năm trước cách đây
mục cha
commit
e695edff98
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;