| Index: src/ic/ia32/stub-cache-ia32.cc
|
| diff --git a/src/ic/ia32/stub-cache-ia32.cc b/src/ic/ia32/stub-cache-ia32.cc
|
| index cd608a62da82d645b43266d55fb820738bf71bbb..c63d6a26cc13ee2a74e12127c4fb1f01080e3ed6 100644
|
| --- a/src/ic/ia32/stub-cache-ia32.cc
|
| +++ b/src/ic/ia32/stub-cache-ia32.cc
|
| @@ -17,7 +17,8 @@ namespace internal {
|
| static void ProbeTable(StubCache* stub_cache, MacroAssembler* masm,
|
| Code::Kind ic_kind, Code::Flags flags,
|
| StubCache::Table table, Register name, Register receiver,
|
| - // Number of the cache entry pointer-size scaled.
|
| + // The offset is scaled by 4, based on
|
| + // kCacheIndexShift, which is two bits
|
| Register offset, Register extra) {
|
| ExternalReference key_offset(stub_cache->key_reference(table));
|
| ExternalReference value_offset(stub_cache->value_reference(table));
|
|
|