diff options
Diffstat (limited to 'src/pkg/runtime/stack.h')
| -rw-r--r-- | src/pkg/runtime/stack.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/runtime/stack.h b/src/pkg/runtime/stack.h index 2b6b0e387..44d5533f4 100644 --- a/src/pkg/runtime/stack.h +++ b/src/pkg/runtime/stack.h @@ -71,6 +71,7 @@ enum { // If the amount needed for the splitting frame + StackExtra // is less than this number, the stack will have this size instead. StackMin = 4096, + FixedStack = StackMin + StackSystem, // Functions that need frames bigger than this call morestack // unconditionally. That is, on entry to a function it is assumed |
