summaryrefslogtreecommitdiff
path: root/src/wasm-s-parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-s-parser.h')
-rw-r--r--src/wasm-s-parser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wasm-s-parser.h b/src/wasm-s-parser.h
index eaddd8c8b..03da961bd 100644
--- a/src/wasm-s-parser.h
+++ b/src/wasm-s-parser.h
@@ -317,7 +317,8 @@ private:
void parseElem(Element& s, Table* table = nullptr);
ElementSegment* parseElemFinish(Element& s,
std::unique_ptr<ElementSegment>& segment,
- Index i = 1);
+ Index i = 1,
+ bool usesExpressions = false);
// Parses something like (func ..), (array ..), (struct)
HeapType parseHeapType(Element& s);