[dev.garbage] all: merge dev.cc (493ad916c3b1) into dev.garbage

TBR=austin
CC=golang-codereviews
https://golang.org/cl/179290043
This commit is contained in:
Russ Cox 2014-11-24 12:07:11 -05:00
commit b8540fc288
207 changed files with 4734 additions and 11182 deletions

View file

@ -781,7 +781,7 @@ func shrinkstack(gp *g) {
if gp.syscallsp != 0 {
return
}
if _Windows != 0 && gp.m != nil && gp.m.libcallsp != 0 {
if goos_windows != 0 && gp.m != nil && gp.m.libcallsp != 0 {
return
}