Index: src/wasm/wasm-text.cc |
diff --git a/src/wasm/wasm-text.cc b/src/wasm/wasm-text.cc |
index 1878095b09fcf75d9be5ebd964657599957a176d..6825fcad01830e3b50fd371d2bfeabf0f0e4b8e9 100644 |
--- a/src/wasm/wasm-text.cc |
+++ b/src/wasm/wasm-text.cc |
@@ -141,7 +141,7 @@ |
AccountingAllocator allocator; |
Zone zone(&allocator, ZONE_NAME); |
int line_nr = 0; |
- int control_depth = 1; |
+ int control_depth = 0; |
// Print the function signature. |
os << "func"; |