Index: runtime/platform/globals.h |
diff --git a/runtime/platform/globals.h b/runtime/platform/globals.h |
index a3de44667dad95d1a3dd5244f19fd96054677007..cefd9dc6bcab8035a8c20bfadb4ea9bccd07f312 100644 |
--- a/runtime/platform/globals.h |
+++ b/runtime/platform/globals.h |
@@ -161,6 +161,7 @@ typedef uintptr_t uword; |
// Byte sizes. |
const int kWordSize = sizeof(word); |
+const int kDoubleSize = sizeof(double); // NOLINT |
#ifdef ARCH_IS_32_BIT |
const int kWordSizeLog2 = 2; |
const uword kUwordMax = kMaxUint32; |