aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/stack.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/runtime/stack.go')
-rw-r--r--src/pkg/runtime/stack.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/stack.go b/src/pkg/runtime/stack.go
index ae7e96a005..ea27c1fb70 100644
--- a/src/pkg/runtime/stack.go
+++ b/src/pkg/runtime/stack.go
@@ -86,7 +86,7 @@ const (
// After a stack split check the SP is allowed to be this
// many bytes below the stack guard. This saves an instruction
// in the checking sequence for tiny frames.
- stackSmall = 96
+ stackSmall = 64
// The maximum number of bytes that a chain of NOSPLIT
// functions can use.