From 9149f4cdeee0949e5dab4b0e0e076c73b822cbfc Mon Sep 17 00:00:00 2001 From: "Alon Zakai (kripken)" Date: Sat, 5 Aug 2017 10:44:12 -0700 Subject: fix reading of stacky unreadable code with elements we need to drop --- src/wasm-binary.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/wasm-binary.h') diff --git a/src/wasm-binary.h b/src/wasm-binary.h index ca3d69989..9c468b0ea 100644 --- a/src/wasm-binary.h +++ b/src/wasm-binary.h @@ -861,6 +861,7 @@ public: int depth = 0; // only for debugging BinaryConsts::ASTNodes readExpression(Expression*& curr); + void pushBlockElements(Block* curr, size_t start, size_t end); void visitBlock(Block *curr); Expression* getMaybeBlock(WasmType type); Expression* getBlock(WasmType type); -- cgit v1.2.3