mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
[dev.cc] runtime: two missed references to "M stack"
LGTM=rsc R=rsc CC=golang-codereviews https://golang.org/cl/177940043
This commit is contained in:
parent
2c2a6df4e9
commit
0e8fed098c
2 changed files with 2 additions and 2 deletions
|
|
@ -162,7 +162,7 @@ func init() {
|
|||
|
||||
// Allocate a Defer, usually using per-P pool.
|
||||
// Each defer must be released with freedefer.
|
||||
// Note: runs on M stack
|
||||
// Note: runs on g0 stack
|
||||
func newdefer(siz int32) *_defer {
|
||||
var d *_defer
|
||||
sc := deferclass(uintptr(siz))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue