Index: src/x64/ic-x64.cc |
=================================================================== |
--- src/x64/ic-x64.cc (revision 6384) |
+++ src/x64/ic-x64.cc (working copy) |
@@ -1178,8 +1178,12 @@ |
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. |