Index: src/v8globals.h |
diff --git a/src/v8globals.h b/src/v8globals.h |
index 6ec75478875af0e4cfc87cdff84c7348176d5960..35d1fcf71e94c80192a1618213fbc45caa129b37 100644 |
--- a/src/v8globals.h |
+++ b/src/v8globals.h |
@@ -97,7 +97,7 @@ const int kPageSizeBits = 20; |
// On Intel architecture, cache line size is 64 bytes. |
// On ARM it may be less (32 bytes), but as far this constant is |
// used for aligning data, it doesn't hurt to align on a greater value. |
-const int kProcessorCacheLineSize = 64; |
+#define PROCESSOR_CACHE_LINE_SIZE 64 |
// Constants relevant to double precision floating point numbers. |
// If looking only at the top 32 bits, the QNaN mask is bits 19 to 30. |