Reviewers: fschneider,

Message:
TBR

Description:
Fixed build error on x64.

Please review this at http://codereview.chromium.org/339027

Affected files:
   M src/x64/macro-assembler-x64.cc


Index: src/x64/macro-assembler-x64.cc
diff --git a/src/x64/macro-assembler-x64.cc b/src/x64/macro-assembler-x64.cc
index  
bf75686c0370e9975d33b8b8ae061494dcd03c2a..6bf6e6a712959d6cd92c178c28b79181f26a6827
  
100644
--- a/src/x64/macro-assembler-x64.cc
+++ b/src/x64/macro-assembler-x64.cc
@@ -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);



--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to