| Index: src/crankshaft/s390/lithium-codegen-s390.cc
|
| diff --git a/src/crankshaft/s390/lithium-codegen-s390.cc b/src/crankshaft/s390/lithium-codegen-s390.cc
|
| index b8f67e5e4e1ff29fbc473cfca988f445112b5fce..890545ce9c7ab5221dbc49f948fb88496e753652 100644
|
| --- a/src/crankshaft/s390/lithium-codegen-s390.cc
|
| +++ b/src/crankshaft/s390/lithium-codegen-s390.cc
|
| @@ -3718,7 +3718,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());
|
| }
|
|
|