Index: src/x64/ic-x64.cc |
diff --git a/src/x64/ic-x64.cc b/src/x64/ic-x64.cc |
index 5bdcd7433c092c5f32bb6cd83b59f9c122479cf3..22b403cb6bdaee60ed073fa2a3dc1e797ca84ebd 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); |