Revision: 3173 Author: [email protected] Date: Thu Oct 29 05:19:20 2009 Log: Fix x64 build.
[email protected] Review URL: http://codereview.chromium.org/346012 http://code.google.com/p/v8/source/detail?r=3173 Modified: /branches/bleeding_edge/src/x64/fast-codegen-x64.cc ======================================= --- /branches/bleeding_edge/src/x64/fast-codegen-x64.cc Thu Oct 29 04:55:03 2009 +++ /branches/bleeding_edge/src/x64/fast-codegen-x64.cc Thu Oct 29 05:19:20 2009 @@ -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 -~----------~----~----~----~------~----~------~--~---
