From 526ef65bf5b5424784074b44f705e9e90934d858 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Mon, 4 Apr 2016 17:46:14 -0700 Subject: add debug param for SExpressionWasmBuilder --- src/wasm-as.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wasm-as.cpp') diff --git a/src/wasm-as.cpp b/src/wasm-as.cpp index c2a8abc6e..37085a350 100644 --- a/src/wasm-as.cpp +++ b/src/wasm-as.cpp @@ -49,7 +49,7 @@ int main(int argc, const char *argv[]) { if (options.debug) std::cerr << "w-parsing..." << std::endl; AllocatingModule wasm; - SExpressionWasmBuilder builder(wasm, *root[0], [&]() { abort(); }); + SExpressionWasmBuilder builder(wasm, *root[0], [&]() { abort(); }, false); if (options.debug) std::cerr << "binarification..." << std::endl; BufferWithRandomAccess buffer(options.debug); -- cgit v1.2.3