Revision: 22866
Author:   [email protected]
Date:     Tue Aug  5 12:09:01 2014 UTC
Log:      Fix compilation on arm64.

[email protected]

Review URL: https://codereview.chromium.org/435413002
http://code.google.com/p/v8/source/detail?r=22866

Modified:
 /branches/bleeding_edge/src/compiler/arm64/code-generator-arm64.cc

=======================================
--- /branches/bleeding_edge/src/compiler/arm64/code-generator-arm64.cc Mon Aug 4 11:34:54 2014 UTC +++ /branches/bleeding_edge/src/compiler/arm64/code-generator-arm64.cc Tue Aug 5 12:09:01 2014 UTC
@@ -15,8 +15,6 @@
 namespace internal {
 namespace compiler {

-#if V8_TURBOFAN_TARGET
-
 #define __ masm()->


@@ -852,8 +850,6 @@

 #endif  // DEBUG

-#endif  // V8_TURBOFAN_TARGET
-
 }  // namespace compiler
 }  // namespace internal
 }  // namespace v8

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to