| Index: src/x64/ic-x64.cc
|
| diff --git a/src/x64/ic-x64.cc b/src/x64/ic-x64.cc
|
| index a8de44394033dc1a999d76172f9f1f270a0edc5d..48f59a472ec8e694b3ee4573b9059f94598f39ef 100644
|
| --- a/src/x64/ic-x64.cc
|
| +++ b/src/x64/ic-x64.cc
|
| @@ -1449,8 +1449,9 @@ void StoreIC::GenerateMegamorphic(MacroAssembler* masm,
|
| // -----------------------------------
|
|
|
| // Get the receiver from the stack and probe the stub cache.
|
| - Code::Flags flags =
|
| - Code::ComputeFlags(Code::STORE_IC, MONOMORPHIC, strict_mode);
|
| + Code::Flags flags = Code::ComputeFlags(
|
| + Code::STUB, MONOMORPHIC, strict_mode,
|
| + Code::NORMAL, Code::STORE_IC);
|
| Isolate::Current()->stub_cache()->GenerateProbe(masm, flags, rdx, rcx, rbx,
|
| no_reg);
|
|
|
|
|