Index: src/x64/macro-assembler-x64.cc |
=================================================================== |
--- src/x64/macro-assembler-x64.cc (revision 3030) |
+++ src/x64/macro-assembler-x64.cc (working copy) |
@@ -736,7 +736,7 @@ |
int32_t constant, |
Label* on_not_smi_result) { |
// Does not assume that src is a smi. |
- ASSERT_EQ(1, kSmiTagMask); |
+ ASSERT_EQ(static_cast<intptr_t>(1), kSmiTagMask); |
ASSERT_EQ(0, kSmiTag); |
ASSERT(Smi::IsValid(constant)); |