[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:
Austin Clements 2014-11-18 09:54:50 -05:00
parent 2c2a6df4e9
commit 0e8fed098c
2 changed files with 2 additions and 2 deletions

View file

@ -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))