We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1762c2 commit d277a36Copy full SHA for d277a36
src/runtime/stack.go
@@ -66,7 +66,7 @@ const (
66
// to each stack below the usual guard area for OS-specific
67
// purposes like signal handling. Used on Windows, Plan 9,
68
// and iOS because they do not use a separate stack.
69
- _StackSystem = sys.GoosWindows*512*sys.PtrSize + sys.GoosPlan9*512 + sys.GoosDarwin*sys.GoarchArm*1024 + sys.GoosDarwin*sys.GoarchArm64*1024
+ _StackSystem = sys.GoosWindows*512*sys.PtrSize + sys.GoosPlan9*512 + sys.GoosDarwin*sys.GoarchArm64*1024
70
71
// The minimum size of stack used by Go code
72
_StackMin = 2048
0 commit comments