Revision: 6036
Author: [email protected]
Date: Wed Dec 15 08:37:17 2010
Log: Fix compilation on x64.

[email protected]

Review URL: http://codereview.chromium.org/5873003
http://code.google.com/p/v8/source/detail?r=6036

Modified:
 /branches/bleeding_edge/src/x64/full-codegen-x64.cc

=======================================
--- /branches/bleeding_edge/src/x64/full-codegen-x64.cc Wed Dec 15 08:14:29 2010 +++ /branches/bleeding_edge/src/x64/full-codegen-x64.cc Wed Dec 15 08:37:17 2010
@@ -199,7 +199,7 @@


 void FullCodeGenerator::ClearAccumulator() {
-  __ xor(rax, rax);
+  __ xor_(rax, rax);
 }


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

Reply via email to