Index: src/objects-debug.cc |
diff --git a/src/objects-debug.cc b/src/objects-debug.cc |
index 6d49d7503c7ef2f97efad6d48b7cb6431e7dbfb6..1cdbd275d3f2257ae89c4eddd8bc592b82977ae7 100644 |
--- a/src/objects-debug.cc |
+++ b/src/objects-debug.cc |
@@ -904,7 +904,7 @@ void Code::CodePrint() { |
void Code::CodeVerify() { |
CHECK(IsAligned(reinterpret_cast<intptr_t>(instruction_start()), |
- static_cast<intptr_t>(kCodeAlignment))); |
+ kCodeAlignment)); |
Address last_gc_pc = NULL; |
for (RelocIterator it(this); !it.done(); it.next()) { |
it.rinfo()->Verify(); |