diff options
Diffstat (limited to 'src/wasm-s-parser.h')
-rw-r--r-- | src/wasm-s-parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-s-parser.h b/src/wasm-s-parser.h index a2faea771..6853f2c01 100644 --- a/src/wasm-s-parser.h +++ b/src/wasm-s-parser.h @@ -327,7 +327,7 @@ private: Expression* makeStringSliceIter(Element& s); // Helper functions - Type parseOptionalResultType(Element& s, Index& i); + Type parseBlockType(Element& s, Index& i); Index parseMemoryLimits(Element& s, Index i, std::unique_ptr<Memory>& memory); Index parseMemoryIndex(Element& s, Index i, std::unique_ptr<Memory>& memory); Index parseMemoryForInstruction(const std::string& instrName, |