From 6371cf63687c3f638b599e086ca668c04a26cbbb Mon Sep 17 00:00:00 2001 From: Thomas Lively <7121787+tlively@users.noreply.github.com> Date: Fri, 28 Feb 2020 14:07:51 -0800 Subject: Simplify binary block parsing (#2674) --- src/wasm-binary.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wasm-binary.h') diff --git a/src/wasm-binary.h b/src/wasm-binary.h index a2a92c752..ce7feeb04 100644 --- a/src/wasm-binary.h +++ b/src/wasm-binary.h @@ -1261,7 +1261,7 @@ public: int depth = 0; // only for debugging BinaryConsts::ASTNodes readExpression(Expression*& curr); - void pushBlockElements(Block* curr, size_t start, size_t end); + void pushBlockElements(Block* curr, Type type, size_t start); void visitBlock(Block* curr); // Gets a block of expressions. If it's just one, return that singleton. -- cgit v1.2.3