| Index: src/mips/ic-mips.cc
|
| diff --git a/src/mips/ic-mips.cc b/src/mips/ic-mips.cc
|
| index f659285947a2bf78365f56f4421c2f70f9f60c22..b500226872f4f2b4fa452dc8a53f9e3b0eb40819 100644
|
| --- a/src/mips/ic-mips.cc
|
| +++ b/src/mips/ic-mips.cc
|
| @@ -1541,8 +1541,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, a1, a2, a3, t0, t1, t2);
|
|
|
|
|