diff options
Diffstat (limited to 'src/ir.h')
-rw-r--r-- | src/ir.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -707,7 +707,7 @@ struct Module { std::vector<ElemSegment*> elem_segments; std::vector<Memory*> memories; std::vector<DataSegment*> data_segments; - Var* start = nullptr; + std::vector<Var*> starts; BindingHash except_bindings; BindingHash func_bindings; |