summaryrefslogtreecommitdiff
path: root/deps/v8/src/execution.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/execution.h')
-rw-r--r--deps/v8/src/execution.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/execution.h b/deps/v8/src/execution.h
index 3cdbf63e93..c6bf63d72f 100644
--- a/deps/v8/src/execution.h
+++ b/deps/v8/src/execution.h
@@ -253,7 +253,7 @@ class StackGuard {
void EnableInterrupts();
void DisableInterrupts();
-#ifdef V8_TARGET_ARCH_X64
+#if V8_TARGET_ARCH_X64
static const uintptr_t kInterruptLimit = V8_UINT64_C(0xfffffffffffffffe);
static const uintptr_t kIllegalLimit = V8_UINT64_C(0xfffffffffffffff8);
#else