Index: src/wasm/ast-decoder.cc |
diff --git a/src/wasm/ast-decoder.cc b/src/wasm/ast-decoder.cc |
index 9b99ec01fc139da0dfc110c1bf701d46daef2021..e014dd1ed1c71f64de8e62cd5f242961bee9798a 100644 |
--- a/src/wasm/ast-decoder.cc |
+++ b/src/wasm/ast-decoder.cc |
@@ -1577,6 +1577,7 @@ bool PrintAst(base::AccountingAllocator* allocator, const FunctionBody& body, |
os << " " << count << " " << WasmOpcodes::TypeName(type); |
} |
os << std::endl; |
+ ++line_nr; |
for (const byte* locals = body.start; locals < pc; locals++) { |
os << (locals == body.start ? "0x" : " 0x") << AsHex(*locals, 2) << ","; |