Index: src/compiler/linkage.cc |
diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc |
index f2213f5a480e2567ecd082790b09ea3b6befed37..adeeccb08fbadda1f28f7c7ca9f277990bbebe26 100644 |
--- a/src/compiler/linkage.cc |
+++ b/src/compiler/linkage.cc |
@@ -34,7 +34,7 @@ OStream& operator<<(OStream& os, const CallDescriptor::Kind& k) { |
OStream& operator<<(OStream& os, const CallDescriptor& d) { |
// TODO(svenpanne) Output properties etc. and be less cryptic. |
return os << d.kind() << ":" << d.debug_name() << ":r" << d.ReturnCount() |
- << "p" << d.ParameterCount() << "i" << d.InputCount() << "f" |
+ << "j" << d.JSParameterCount() << "i" << d.InputCount() << "f" |
<< d.FrameStateCount(); |
} |