]> Cypherpunks repositories - gostls13.git/commit
runtime: distinct panic message for call of nil func value
authorRuss Cox <rsc@golang.org>
Tue, 10 Jan 2012 19:46:57 +0000 (11:46 -0800)
committerRuss Cox <rsc@golang.org>
Tue, 10 Jan 2012 19:46:57 +0000 (11:46 -0800)
commit5032a7dc0cb95eefe92714f572b58e5fa1569d6b
tree0dc0760f598f8dd904864106668de57c1340779d
parent57f15a3d0302c6743150e105958b7f21fddc4058
runtime: distinct panic message for call of nil func value

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/5531062
src/pkg/runtime/thread_darwin.c
src/pkg/runtime/thread_freebsd.c
src/pkg/runtime/thread_linux.c
src/pkg/runtime/thread_netbsd.c
src/pkg/runtime/thread_openbsd.c
src/pkg/runtime/thread_windows.c