Index: src/execution.h |
diff --git a/src/execution.h b/src/execution.h |
index 55307f71fd690a5e1fe6044158a3993f860e3137..ac00aa46fd2c32d4eed63718fa390f01b0c42271 100644 |
--- a/src/execution.h |
+++ b/src/execution.h |
@@ -216,6 +216,7 @@ class StackGuard : public AllStatic { |
static void DisableInterrupts(); |
static const uintptr_t kLimitSize = kPointerSize * 128 * KB; |
+ |
#ifdef V8_TARGET_ARCH_X64 |
static const uintptr_t kInterruptLimit = V8_UINT64_C(0xfffffffffffffffe); |
static const uintptr_t kIllegalLimit = V8_UINT64_C(0xfffffffffffffff8); |