summaryrefslogtreecommitdiff
path: root/src/wasm2asm-main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm2asm-main.cpp')
-rw-r--r--src/wasm2asm-main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm2asm-main.cpp b/src/wasm2asm-main.cpp
index 85fa58179..19aa83e2d 100644
--- a/src/wasm2asm-main.cpp
+++ b/src/wasm2asm-main.cpp
@@ -46,7 +46,7 @@ int main(int argc, char **argv) {
if (debug) {
std::cerr << "a-printing...\n";
- asmjs->stringify(std::cout);
+ asmjs->stringify(std::cout, true);
std::cout << '\n';
}