summaryrefslogtreecommitdiff
path: root/misc/cgo
diff options
context:
space:
mode:
authorKeith Randall <khr@golang.org>2013-08-02 13:03:14 -0700
committerKeith Randall <khr@golang.org>2013-08-02 13:03:14 -0700
commit86c3595588b832b1237b87be29a63f30802eacd6 (patch)
tree4f2fbf2d4267a03c3762633d5b5aa9b550c951ec /misc/cgo
parentd5f31afc7557a2cc4c31c7f522ff5ce2a8494908 (diff)
downloadgo-86c3595588b832b1237b87be29a63f30802eacd6.tar.gz
runtime: reimplement reflect.call to not use stack splitting.
R=golang-dev, r, khr, rsc CC=golang-dev https://codereview.appspot.com/12053043
Diffstat (limited to 'misc/cgo')
-rw-r--r--misc/cgo/test/callback.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/cgo/test/callback.go b/misc/cgo/test/callback.go
index 838105155..467edfbae 100644
--- a/misc/cgo/test/callback.go
+++ b/misc/cgo/test/callback.go
@@ -151,6 +151,7 @@ func testCallbackCallers(t *testing.T) {
n := 0
name := []string{
"test.goCallback",
+ "runtime.call16",
"runtime.cgocallbackg1",
"runtime.cgocallbackg",
"runtime.cgocallback_gofunc",