From 7ccc6a3dcc3b2945e03dff20c6ecb0b6e1074ac4 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Fri, 13 May 2016 10:27:55 -0700 Subject: break type system fixes, avoid spurious errors on mismatched types --- src/wasm.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/wasm.cpp') diff --git a/src/wasm.cpp b/src/wasm.cpp index 2157992e3..98268310a 100644 --- a/src/wasm.cpp +++ b/src/wasm.cpp @@ -33,7 +33,11 @@ struct BlockTypeSeeker : public PostWalker