Index: src/x64/codegen-x64.cc |
=================================================================== |
--- src/x64/codegen-x64.cc (revision 2841) |
+++ src/x64/codegen-x64.cc (working copy) |
@@ -6576,7 +6576,7 @@ |
// One operand is a smi. |
// Check whether the non-smi is a heap number. |
- ASSERT_EQ(static_cast<intptr_t>(1), kSmiTagMask); |
+ ASSERT_EQ(1, static_cast<int>(kSmiTagMask)); |
// rcx still holds rax & kSmiTag, which is either zero or one. |
__ decq(rcx); // If rax is a smi, all 1s, else all 0s. |
__ movq(rbx, rdx); |