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