Fix mac x64 build.

BUG=472



git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3086 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
antonm@chromium.org 2009-10-16 15:00:45 +00:00
parent 5560d27764
commit 42257793ab

View File

@ -699,7 +699,7 @@ void MacroAssembler::SmiTryAddConstant(Register dst,
Smi* constant, Smi* constant,
Label* on_not_smi_result) { Label* on_not_smi_result) {
// Does not assume that src is a smi. // Does not assume that src is a smi.
ASSERT_EQ(static_cast<intptr_t>(1), kSmiTagMask); ASSERT_EQ(static_cast<int>(1), static_cast<int>(kSmiTagMask));
ASSERT_EQ(0, kSmiTag); ASSERT_EQ(0, kSmiTag);
ASSERT(!dst.is(kScratchRegister)); ASSERT(!dst.is(kScratchRegister));
ASSERT(!src.is(kScratchRegister)); ASSERT(!src.is(kScratchRegister));