Reviewers: William Hesse,

Description:
Fix x64 build.

[email protected]


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

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
   M     bleeding_edge/src/x64/fast-codegen-x64.cc


Index: bleeding_edge/src/x64/fast-codegen-x64.cc
===================================================================
--- bleeding_edge/src/x64/fast-codegen-x64.cc   (revision 3172)
+++ bleeding_edge/src/x64/fast-codegen-x64.cc   (working copy)
@@ -678,7 +678,7 @@
                                 NO_OVERWRITE,
                                 NO_GENERIC_BINARY_FLAGS);
        __ CallStub(&stub);
-      Move(expr->location(), kReturnRegister);
+      Move(expr->location(), rax);

        break;
      }



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

Reply via email to