Index: src/x64/ic-x64.cc |
diff --git a/src/x64/ic-x64.cc b/src/x64/ic-x64.cc |
index 29cbed05e1333d841f1825c52ac6adf74512aa1a..b54aeb977ddde63776a2bce72e01dd798eadaa04 100644 |
--- a/src/x64/ic-x64.cc |
+++ b/src/x64/ic-x64.cc |
@@ -1178,8 +1178,12 @@ static void GenerateMonomorphicCacheProbe(MacroAssembler* masm, |
Label number, non_number, non_string, boolean, probe, miss; |
// Probe the stub cache. |
- Code::Flags flags = |
- Code::ComputeFlags(kind, NOT_IN_LOOP, MONOMORPHIC, NORMAL, argc); |
+ Code::Flags flags = Code::ComputeFlags(kind, |
+ NOT_IN_LOOP, |
+ MONOMORPHIC, |
+ Code::kNoExtraICState, |
+ NORMAL, |
+ argc); |
StubCache::GenerateProbe(masm, flags, rdx, rcx, rbx, rax); |
// If the stub cache probing failed, the receiver might be a value. |