summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/type.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/runtime/type.go')
-rw-r--r--src/pkg/runtime/type.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/runtime/type.go b/src/pkg/runtime/type.go
index 374754afa..276dbc0c9 100644
--- a/src/pkg/runtime/type.go
+++ b/src/pkg/runtime/type.go
@@ -26,6 +26,7 @@ type rtype struct {
string *string
*uncommonType
ptrToThis *rtype
+ zero unsafe.Pointer
}
type _method struct {