runtime: disable StackCopyAlways

I forgot to clear this before submitting.

TBR=khr
CC=golang-codereviews
https://golang.org/cl/132640044
This commit is contained in:
Russ Cox 2014-09-05 17:00:32 -04:00
parent f8f630f5ec
commit 277ef8fa07
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ enum
StackCache = 1,
StackCopyAlways = 1, // expect to be able to copy stacks 100% of the time
StackCopyAlways = 0, // expect to be able to copy stacks 100% of the time
};
// Global pool of spans that have free stacks.