]> Cypherpunks repositories - gostls13.git/commit
runtime: Use old reflect.call implementation from cgo.
authorKeith Randall <khr@golang.org>
Tue, 6 Aug 2013 00:53:08 +0000 (17:53 -0700)
committerKeith Randall <khr@golang.org>
Tue, 6 Aug 2013 00:53:08 +0000 (17:53 -0700)
commit034d5fcc30ff97350d16df65d403cfcc8ac5d22b
tree5138a5c8d5c631ad9bc924c38cac6b38da24e508
parentb1c453181358192a7cac91ae9a28534ea940faae
runtime: Use old reflect.call implementation from cgo.

Basically a partial rollback of 12053043 until I can
figure out what is really going on.
Fixes bug 6051.

R=golang-dev
CC=golang-dev
https://golang.org/cl/12496043
misc/cgo/test/callback.go
src/pkg/runtime/cgocall.c