| Index: src/a64/code-stubs-a64.cc
|
| diff --git a/src/a64/code-stubs-a64.cc b/src/a64/code-stubs-a64.cc
|
| index f7583f21f2789da8247ef2bbc319d1090b4bf01c..800925691107bc1cf25139c0e375ddc2ab1a05c0 100644
|
| --- a/src/a64/code-stubs-a64.cc
|
| +++ b/src/a64/code-stubs-a64.cc
|
| @@ -83,7 +83,7 @@ void FastCloneShallowArrayStub::InitializeInterfaceDescriptor(
|
| descriptor->register_param_count_ = sizeof(registers) / sizeof(registers[0]);
|
| descriptor->register_params_ = registers;
|
| descriptor->deoptimization_handler_ =
|
| - Runtime::FunctionForId(Runtime::kCreateArrayLiteral)->entry;
|
| + Runtime::FunctionForId(Runtime::kCreateArrayLiteralStubBailout)->entry;
|
| }
|
|
|
|
|
|
|