diff options
Diffstat (limited to 'libgo/runtime/go-unsafe-pointer.c')
-rw-r--r-- | libgo/runtime/go-unsafe-pointer.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libgo/runtime/go-unsafe-pointer.c b/libgo/runtime/go-unsafe-pointer.c index 804360f..9ec1800 100644 --- a/libgo/runtime/go-unsafe-pointer.c +++ b/libgo/runtime/go-unsafe-pointer.c @@ -51,6 +51,8 @@ const struct __go_type_descriptor unsafe_Pointer = /* __reflection */ &reflection_string, /* __uncommon */ + NULL, + /* __pointer_to_this */ NULL }; @@ -90,6 +92,8 @@ const struct __go_ptr_type pointer_unsafe_Pointer = /* __reflection */ &preflection_string, /* __uncommon */ + NULL, + /* __pointer_to_this */ NULL }, /* __element_type */ |