| Index: src/execution.h
|
| diff --git a/src/execution.h b/src/execution.h
|
| index b53a83358cd21ac0dfaa431bfa8e3092c960e02a..592ecbdb62bf34227407b17b5661ea0968bacf60 100644
|
| --- a/src/execution.h
|
| +++ b/src/execution.h
|
| @@ -282,7 +282,7 @@ class StackGuard {
|
| void EnableInterrupts();
|
| void DisableInterrupts();
|
|
|
| -#if V8_TARGET_ARCH_X64 || V8_TARGET_ARCH_A64
|
| +#if V8_TARGET_ARCH_X64 || V8_TARGET_ARCH_ARM64
|
| static const uintptr_t kInterruptLimit = V8_UINT64_C(0xfffffffffffffffe);
|
| static const uintptr_t kIllegalLimit = V8_UINT64_C(0xfffffffffffffff8);
|
| #else
|
|
|