From: kmillikin@chromium.org Date: Thu, 29 Oct 2009 12:19:20 +0000 (+0000) Subject: Fix x64 build. X-Git-Tag: upstream/4.7.83~23048 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c6127510954ee90b4deaa8a84b81f6946bafe951;p=platform%2Fupstream%2Fv8.git Fix x64 build. TBR=whesse@chromium.org Review URL: http://codereview.chromium.org/346012 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3173 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/src/x64/fast-codegen-x64.cc b/src/x64/fast-codegen-x64.cc index d419e40..81d24c2 100644 --- a/src/x64/fast-codegen-x64.cc +++ b/src/x64/fast-codegen-x64.cc @@ -678,7 +678,7 @@ void FastCodeGenerator::VisitBinaryOperation(BinaryOperation* expr) { NO_OVERWRITE, NO_GENERIC_BINARY_FLAGS); __ CallStub(&stub); - Move(expr->location(), kReturnRegister); + Move(expr->location(), rax); break; }