| Index: src/mips64/code-stubs-mips64.cc
|
| diff --git a/src/mips64/code-stubs-mips64.cc b/src/mips64/code-stubs-mips64.cc
|
| index 57b6c028fbed4f47197dfd9dd9ad77924b4dcd06..01636587b7cc2be60f88ecb4a3410d88f72ad211 100644
|
| --- a/src/mips64/code-stubs-mips64.cc
|
| +++ b/src/mips64/code-stubs-mips64.cc
|
| @@ -32,7 +32,7 @@ static void InitializeArrayConstructorDescriptor(
|
| JS_FUNCTION_STUB_MODE);
|
| } else {
|
| descriptor->Initialize(a0, deopt_handler, constant_stack_parameter_count,
|
| - JS_FUNCTION_STUB_MODE, PASS_ARGUMENTS);
|
| + JS_FUNCTION_STUB_MODE);
|
| }
|
| }
|
|
|
| @@ -48,7 +48,7 @@ static void InitializeInternalArrayConstructorDescriptor(
|
| JS_FUNCTION_STUB_MODE);
|
| } else {
|
| descriptor->Initialize(a0, deopt_handler, constant_stack_parameter_count,
|
| - JS_FUNCTION_STUB_MODE, PASS_ARGUMENTS);
|
| + JS_FUNCTION_STUB_MODE);
|
| }
|
| }
|
|
|
|
|