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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wasm-s-parser.h b/src/wasm-s-parser.h
index e87eaae4e..c07cc49a9 100644
--- a/src/wasm-s-parser.h
+++ b/src/wasm-s-parser.h
@@ -208,8 +208,8 @@ private:
Expression* makeIf(Element& s);
Expression* makeMaybeBlock(Element& s, size_t i, Type type);
Expression* makeLoop(Element& s);
- Expression* makeCall(Element& s);
- Expression* makeCallIndirect(Element& s);
+ Expression* makeCall(Element& s, bool isReturn);
+ Expression* makeCallIndirect(Element& s, bool isReturn);
template<class T>
void parseCallOperands(Element& s, Index i, Index j, T* call) {
while (i < j) {