Reviewers: Yang,
Description:
Fix compilation on arm after r22092
[email protected]
LOG=n
BUG=none
Please review this at https://codereview.chromium.org/360723002/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+2, -1 lines):
M src/arm/assembler-arm.cc
M src/base/cpu.cc
Index: src/arm/assembler-arm.cc
diff --git a/src/arm/assembler-arm.cc b/src/arm/assembler-arm.cc
index
fbcaaef48d1fd2f2ff383992ef361b4da4a6f535..da11435882b69207b90e78086e92b59dfb01614a
100644
--- a/src/arm/assembler-arm.cc
+++ b/src/arm/assembler-arm.cc
@@ -39,6 +39,7 @@
#if V8_TARGET_ARCH_ARM
#include "src/arm/assembler-arm-inl.h"
+#include "src/base/cpu.h"
#include "src/macro-assembler.h"
#include "src/serialize.h"
Index: src/base/cpu.cc
diff --git a/src/base/cpu.cc b/src/base/cpu.cc
index
dc26dd737bb27a726cf009361bbb2904f8770576..e96a71bc3147f877d7251340b8bb3bb70d063101
100644
--- a/src/base/cpu.cc
+++ b/src/base/cpu.cc
@@ -115,7 +115,7 @@ static uint32_t ReadELFHWCaps() {
#endif // V8_HOST_ARCH_ARM
// Extract the information exposed by the kernel via /proc/cpuinfo.
-class CPUInfo V8_FINAL BASE_EMBEDDED {
+class CPUInfo V8_FINAL {
public:
CPUInfo() : datalen_(0) {
// Get the size of the cpuinfo file by reading it until the end. This
is
--
--
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.