Revision: 22094
Author: [email protected]
Date: Mon Jun 30 13:47:20 2014 UTC
Log: Fix compilation on arm after r22092
[email protected]
LOG=n
BUG=none
Review URL: https://codereview.chromium.org/360723002
http://code.google.com/p/v8/source/detail?r=22094
Modified:
/branches/bleeding_edge/src/arm/assembler-arm.cc
/branches/bleeding_edge/src/base/cpu.cc
=======================================
--- /branches/bleeding_edge/src/arm/assembler-arm.cc Mon Jun 30 13:25:46
2014 UTC
+++ /branches/bleeding_edge/src/arm/assembler-arm.cc Mon Jun 30 13:47:20
2014 UTC
@@ -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"
=======================================
--- /branches/bleeding_edge/src/base/cpu.cc Mon Jun 30 13:25:46 2014 UTC
+++ /branches/bleeding_edge/src/base/cpu.cc Mon Jun 30 13:47:20 2014 UTC
@@ -115,7 +115,7 @@
#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.