| Index: src/a64/ic-a64.cc
|
| diff --git a/src/a64/ic-a64.cc b/src/a64/ic-a64.cc
|
| index e14b0a929984c6350cc61aed6eca38830f758959..81d45c7eb722420ac15cd11c537a1dd9e98131e2 100644
|
| --- a/src/a64/ic-a64.cc
|
| +++ b/src/a64/ic-a64.cc
|
| @@ -1667,8 +1667,8 @@ void StoreIC::GenerateMegamorphic(MacroAssembler* masm,
|
| // -----------------------------------
|
|
|
| // 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, x1, x2, x3, x4, x5, x6);
|
|
|