Index: src/objects.cc |
diff --git a/src/objects.cc b/src/objects.cc |
index 8d572712d9cc52923f57ba3d26ba9c2933a9da33..3bad17645ccf9b33f922da1844c9d8502252551b 100644 |
--- a/src/objects.cc |
+++ b/src/objects.cc |
@@ -11915,7 +11915,7 @@ void BytecodeArray::Disassemble(std::ostream& os) { |
SNPrintF(buf, "%p", bytecode_start); |
os << buf.start() << " : "; |
- interpreter::Bytecodes::Decode(os, bytecode_start); |
+ interpreter::Bytecodes::Decode(os, bytecode_start, parameter_count()); |
os << "\n"; |
} |