]> Cypherpunks repositories - gostls13.git/commit
runtime: restore header to first goroutine in Stack
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 27 Aug 2014 16:31:32 +0000 (09:31 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 27 Aug 2014 16:31:32 +0000 (09:31 -0700)
commit9a5654abeff85c8ac9b1b43bf7da9aa9f4bdfa15
tree80434ed032f98c2a0da21bde858e6124d9300217
parent25f6b02ab0db8e22994a3a68f4cb2857b788a63f
runtime: restore header to first goroutine in Stack

It appears to have been accidentally lost when converting
Stack from C to Go in https://golang.org/cl/129510043

LGTM=rsc
R=golang-codereviews
CC=golang-codereviews, josharian, khr, remyoudompheng, rsc
https://golang.org/cl/136870043
src/pkg/runtime/mprof.go
src/pkg/runtime/stubs.go