Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index a4b3e4f3da762aa9a08f4e377a54cad6e505c85e..d84690fbd48c6b3418663960916d7987a84f6dfc 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -5092,7 +5092,7 @@ class Code: public HeapObject { |
// KindSpecificFlags2 layout (STUB and OPTIMIZED_FUNCTION) |
static const int kSafepointTableOffsetFirstBit = kIsCrankshaftedBit + 1; |
- static const int kSafepointTableOffsetBitCount = 24; |
+ static const int kSafepointTableOffsetBitCount = 30; |
STATIC_ASSERT(kSafepointTableOffsetFirstBit + |
kSafepointTableOffsetBitCount <= 32); |