Index: runtime/platform/globals.h |
diff --git a/runtime/platform/globals.h b/runtime/platform/globals.h |
index 72a073770a564a6d26a25cd458efc53e66768e4b..c4343b5b6de3cd24d8edfbaaf0535648ce9fcc5c 100644 |
--- a/runtime/platform/globals.h |
+++ b/runtime/platform/globals.h |
@@ -334,6 +334,7 @@ const uint32_t kMaxUint32 = 0xFFFFFFFF; |
const int64_t kMinInt64 = DART_INT64_C(0x8000000000000000); |
const int64_t kMaxInt64 = DART_INT64_C(0x7FFFFFFFFFFFFFFF); |
const uint64_t kMaxUint64 = DART_2PART_UINT64_C(0xFFFFFFFF, FFFFFFFF); |
+const int64_t kSignBitDouble = DART_INT64_C(0x8000000000000000); |
// Types for native machine words. Guaranteed to be able to hold pointers and |
// integers. |