From b53b47f5ac9e11fdcd3f704bc2cb0828bdee6958 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Thu, 28 Aug 2014 10:36:48 -0400 Subject: runtime: finish converting iface.goc to iface.go LGTM=bradfitz, dvyukov R=golang-codereviews, bradfitz, dvyukov CC=golang-codereviews, iant, khr https://golang.org/cl/131510043 --- src/pkg/runtime/runtime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pkg/runtime/runtime.h') diff --git a/src/pkg/runtime/runtime.h b/src/pkg/runtime/runtime.h index 72f446f379..90cb3cbd7f 100644 --- a/src/pkg/runtime/runtime.h +++ b/src/pkg/runtime/runtime.h @@ -959,7 +959,7 @@ void _rt0_go(void); void* runtime·funcdata(Func*, int32); void runtime·setmaxthreads_m(void); G* runtime·timejump(void); -void runtime·iterate_itabs(void (*callback)(Itab*)); +void runtime·iterate_itabs(void (**callback)(Itab*)); void runtime·iterate_finq(void (*callback)(FuncVal*, byte*, uintptr, Type*, PtrType*)); #pragma varargck argpos runtime·printf 1 -- cgit v1.3