mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
[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:
commit
b8540fc288
207 changed files with 4734 additions and 11182 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue