| Index: src/ic/x64/stub-cache-x64.cc
 | 
| diff --git a/src/ic/x64/stub-cache-x64.cc b/src/ic/x64/stub-cache-x64.cc
 | 
| index f15635c6b9af30f6a2f77f97824c1c9a0ab9af06..4be0d5b33046dc365ab3b0a2d3d5affe3ae0c143 100644
 | 
| --- a/src/ic/x64/stub-cache-x64.cc
 | 
| +++ b/src/ic/x64/stub-cache-x64.cc
 | 
| @@ -30,7 +30,7 @@ static void ProbeTable(Isolate* isolate, MacroAssembler* masm,
 | 
|               : kPointerSizeLog2 == StubCache::kCacheIndexShift);
 | 
|    ScaleFactor scale_factor = kPointerSize == kInt64Size ? times_2 : times_1;
 | 
|  
 | 
| -  DCHECK_EQ(3 * kPointerSize, sizeof(StubCache::Entry));
 | 
| +  DCHECK_EQ(3u * kPointerSize, sizeof(StubCache::Entry));
 | 
|    // The offset register holds the entry offset times four (due to masking
 | 
|    // and shifting optimizations).
 | 
|    ExternalReference key_offset(isolate->stub_cache()->key_reference(table));
 | 
| 
 |