aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/reflect/type.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/reflect/type.go')
-rw-r--r--src/pkg/reflect/type.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pkg/reflect/type.go b/src/pkg/reflect/type.go
index 30483fc094..d522a6a0b2 100644
--- a/src/pkg/reflect/type.go
+++ b/src/pkg/reflect/type.go
@@ -241,10 +241,11 @@ const (
type commonType struct {
size uintptr
hash uint32
- alg uint8
+ _ uint8
align uint8
fieldAlign uint8
kind uint8
+ alg *uintptr
string *string
*uncommonType
ptrToThis *runtime.Type