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:
parent
5560d27764
commit
42257793ab
@ -699,7 +699,7 @@ void MacroAssembler::SmiTryAddConstant(Register dst,
|
||||
Smi* constant,
|
||||
Label* on_not_smi_result) {
|
||||
// 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(!dst.is(kScratchRegister));
|
||||
ASSERT(!src.is(kScratchRegister));
|
||||
|
Loading…
Reference in New Issue
Block a user