Index: src/crankshaft/x64/lithium-codegen-x64.cc |
diff --git a/src/crankshaft/x64/lithium-codegen-x64.cc b/src/crankshaft/x64/lithium-codegen-x64.cc |
index fe56187173819642c261abfe854eed744513be50..c82f6c1498054f5f69f042b0c93d59ce8de2f031 100644 |
--- a/src/crankshaft/x64/lithium-codegen-x64.cc |
+++ b/src/crankshaft/x64/lithium-codegen-x64.cc |
@@ -3642,7 +3642,9 @@ void LCodeGen::PrepareForTailCall(const ParameterCount& actual, |
#endif |
if (FLAG_code_comments) { |
if (actual.is_reg()) { |
- Comment(";;; PrepareForTailCall, actual: %s {", actual.reg().ToString()); |
+ Comment(";;; PrepareForTailCall, actual: %s {", |
+ RegisterConfiguration::Crankshaft()->GetGeneralRegisterName( |
+ actual.reg().code())); |
} else { |
Comment(";;; PrepareForTailCall, actual: %d {", actual.immediate()); |
} |