| Index: src/ic/arm64/stub-cache-arm64.cc
|
| diff --git a/src/ic/arm64/stub-cache-arm64.cc b/src/ic/arm64/stub-cache-arm64.cc
|
| index a9c56a31e7b4a0ce9d8aaeb93e845ab7116bf845..0068c44c4802fcdfc630f108554472f9808c4d69 100644
|
| --- a/src/ic/arm64/stub-cache-arm64.cc
|
| +++ b/src/ic/arm64/stub-cache-arm64.cc
|
| @@ -116,8 +116,8 @@ void StubCache::GenerateProbe(MacroAssembler* masm, Code::Kind ic_kind,
|
| // extra3 don't conflict with the vector and slot registers, which need
|
| // to be preserved for a handler call or miss.
|
| if (IC::ICUseVector(ic_kind)) {
|
| - Register vector = VectorLoadICDescriptor::VectorRegister();
|
| - Register slot = VectorLoadICDescriptor::SlotRegister();
|
| + Register vector = LoadWithVectorDescriptor::VectorRegister();
|
| + Register slot = LoadWithVectorDescriptor::SlotRegister();
|
| DCHECK(!AreAliased(vector, slot, scratch, extra, extra2, extra3));
|
| }
|
| #endif
|
|
|