Index: src/execution.h |
diff --git a/src/execution.h b/src/execution.h |
index 74d0feb75c7169bacb1b8e0a427358e74e641733..81fbbb8de5a740f9ff0e34e137f213fd4f9d6664 100644 |
--- a/src/execution.h |
+++ b/src/execution.h |
@@ -227,7 +227,7 @@ enum InterruptFlag { |
void EnableInterrupts(); |
void DisableInterrupts(); |
-#if V8_TARGET_ARCH_X64 || V8_TARGET_ARCH_ARM64 |
+#if V8_TARGET_ARCH_64_BIT |
static const uintptr_t kInterruptLimit = V8_UINT64_C(0xfffffffffffffffe); |
static const uintptr_t kIllegalLimit = V8_UINT64_C(0xfffffffffffffff8); |
#else |