| Index: src/mips64/simulator-mips64.cc
|
| diff --git a/src/mips64/simulator-mips64.cc b/src/mips64/simulator-mips64.cc
|
| index 883991768c2386502e55461ba0acab8e0dc9ee76..bb39b97cca82003e9d46adae5f2381b192e0ecf6 100644
|
| --- a/src/mips64/simulator-mips64.cc
|
| +++ b/src/mips64/simulator-mips64.cc
|
| @@ -809,7 +809,7 @@ void Simulator::FlushICache(v8::internal::HashMap* i_cache,
|
| FlushOnePage(i_cache, start, bytes_to_flush);
|
| start += bytes_to_flush;
|
| size -= bytes_to_flush;
|
| - DCHECK_EQ((uint64_t)0, start & CachePage::kPageMask);
|
| + DCHECK_EQ((int64_t)0, start & CachePage::kPageMask);
|
| offset = 0;
|
| }
|
| if (size != 0) {
|
|
|