diff options
Diffstat (limited to 'libgo/go/reflect/makefunc.go')
-rw-r--r-- | libgo/go/reflect/makefunc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/reflect/makefunc.go b/libgo/go/reflect/makefunc.go index 3a9fd2897b7..91df32839cd 100644 --- a/libgo/go/reflect/makefunc.go +++ b/libgo/go/reflect/makefunc.go @@ -12,8 +12,8 @@ import ( // makeFuncImpl is the closure value implementing the function // returned by MakeFunc. +// The first three words are layed out like ffi_go_closure. type makeFuncImpl struct { - // These first three words are layed out like ffi_go_closure. code uintptr ffi_cif unsafe.Pointer ffi_fun func(unsafe.Pointer, unsafe.Pointer) |