summaryrefslogtreecommitdiff
path: root/src/runtime/stack.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/stack.h')
-rw-r--r--src/runtime/stack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/stack.h b/src/runtime/stack.h
index 0099d05c2..0b2cd56a9 100644
--- a/src/runtime/stack.h
+++ b/src/runtime/stack.h
@@ -17,7 +17,7 @@ enum {
#endif // Windows
StackBig = 4096,
- StackGuard = 512 + StackSystem,
+ StackGuard = 640 + StackSystem,
StackSmall = 128,
StackLimit = StackGuard - StackSystem - StackSmall,
};