aboutsummaryrefslogtreecommitdiff
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.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/type.go b/src/pkg/runtime/type.go
index 276dbc0c9c..4e610dbc2f 100644
--- a/src/pkg/runtime/type.go
+++ b/src/pkg/runtime/type.go
@@ -22,7 +22,7 @@ type rtype struct {
fieldAlign uint8
kind uint8
alg unsafe.Pointer
- gc unsafe.Pointer
+ gc [2]unsafe.Pointer
string *string
*uncommonType
ptrToThis *rtype