Revision: 3151 Author: [email protected] Date: Tue Oct 27 08:57:21 2009 Log: Fixed build error on x64.
Review URL: http://codereview.chromium.org/339027 http://code.google.com/p/v8/source/detail?r=3151 Modified: /branches/bleeding_edge/src/x64/macro-assembler-x64.cc ======================================= --- /branches/bleeding_edge/src/x64/macro-assembler-x64.cc Tue Oct 27 08:38:49 2009 +++ /branches/bleeding_edge/src/x64/macro-assembler-x64.cc Tue Oct 27 08:57:21 2009 @@ -1800,7 +1800,7 @@ ASSERT(ExitFrameConstants::kSPOffset == -1 * kPointerSize); push(Immediate(0)); // saved entry sp, patched before call if (mode == ExitFrame::MODE_DEBUG) { - push(Immediate(Smi::FromInt(0))); + push(Immediate(0)); } else { movq(kScratchRegister, CodeObject(), RelocInfo::EMBEDDED_OBJECT); push(kScratchRegister); --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
