Fixed build error on x64.
Review URL: http://codereview.chromium.org/339027 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3151 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
895f1d22e5
commit
d05c23dbd0
@ -1800,7 +1800,7 @@ void MacroAssembler::EnterExitFrame(ExitFrame::Mode mode, int result_size) {
|
||||
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);
|
||||
|
Loading…
Reference in New Issue
Block a user