diff options
Diffstat (limited to 'src/cmd')
| -rw-r--r-- | src/cmd/compile/internal/reflectdata/map_swiss.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmd/compile/internal/reflectdata/map_swiss.go b/src/cmd/compile/internal/reflectdata/map_swiss.go index a76864bdff..38a23908a6 100644 --- a/src/cmd/compile/internal/reflectdata/map_swiss.go +++ b/src/cmd/compile/internal/reflectdata/map_swiss.go @@ -148,6 +148,7 @@ func SwissMapType() *types.Type { // dirLen int // // globalDepth uint8 + // globalShift uint8 // // N.B Padding // // clearSeq uint64 @@ -160,6 +161,7 @@ func SwissMapType() *types.Type { makefield("dirPtr", types.Types[types.TUNSAFEPTR]), makefield("dirLen", types.Types[types.TINT]), makefield("globalDepth", types.Types[types.TUINT8]), + makefield("globalShift", types.Types[types.TUINT8]), makefield("clearSeq", types.Types[types.TUINT64]), } |
