| Index: src/crankshaft/ia32/lithium-codegen-ia32.cc
|
| diff --git a/src/crankshaft/ia32/lithium-codegen-ia32.cc b/src/crankshaft/ia32/lithium-codegen-ia32.cc
|
| index ea3875da3898158963aef4f8ba2633046db41f08..822c39b120829565fc2eda1174c9983dbe3117a0 100644
|
| --- a/src/crankshaft/ia32/lithium-codegen-ia32.cc
|
| +++ b/src/crankshaft/ia32/lithium-codegen-ia32.cc
|
| @@ -3483,7 +3483,7 @@ void LCodeGen::PrepareForTailCall(const ParameterCount& actual,
|
|
|
| __ bind(&formal_parameter_count_loaded);
|
| __ PrepareForTailCall(actual, caller_args_count_reg, scratch2, scratch3,
|
| - ReturnAddressState::kNotOnStack);
|
| + ReturnAddressState::kNotOnStack, 0);
|
| Comment(";;; }");
|
| }
|
|
|
|
|