| Index: src/ic/ic-state.cc
|
| diff --git a/src/ic/ic-state.cc b/src/ic/ic-state.cc
|
| index ea1f16c824f91abf0ab91a59aaa373c30d9438a6..9251f5546112ed437870510035ffa672b002fba2 100644
|
| --- a/src/ic/ic-state.cc
|
| +++ b/src/ic/ic-state.cc
|
| @@ -17,7 +17,7 @@ void ICUtility::Clear(Isolate* isolate, Address address,
|
|
|
|
|
| std::ostream& operator<<(std::ostream& os, const CallICState& s) {
|
| - return os << "(args(" << s.argc() << "), " << s.convert_mode() << ", ";
|
| + return os << "(" << s.convert_mode() << ", " << s.tail_call_mode() << ")";
|
| }
|
|
|
|
|
|
|