| Index: src/x64/ic-x64.cc
|
| diff --git a/src/x64/ic-x64.cc b/src/x64/ic-x64.cc
|
| index d42a2e9b48edc2694a0e40f4ee810bafd65bd7cf..b18568412df46a6b053054f5d1f509f04b9a3781 100644
|
| --- a/src/x64/ic-x64.cc
|
| +++ b/src/x64/ic-x64.cc
|
| @@ -1328,7 +1328,8 @@ void LoadIC::GenerateMegamorphic(MacroAssembler* masm) {
|
|
|
| // Probe the stub cache.
|
| Code::Flags flags = Code::ComputeFlags(
|
| - Code::LOAD_IC, MONOMORPHIC, Code::HANDLER_FRAGMENT);
|
| + Code::STUB, MONOMORPHIC, Code::kNoExtraICState,
|
| + Code::NORMAL, Code::LOAD_IC);
|
| Isolate::Current()->stub_cache()->GenerateProbe(
|
| masm, flags, rax, rcx, rbx, rdx);
|
|
|
|
|