File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -162,8 +162,8 @@ type bmap struct {
162
162
// If you modify hiter, also change cmd/compile/internal/gc/reflect.go to indicate
163
163
// the layout of this structure.
164
164
type hiter struct {
165
- key unsafe.Pointer // Must be in first position. Write nil to indicate iteration end (see cmd/internal/gc/range.go).
166
- elem unsafe.Pointer // Must be in second position (see cmd/internal/gc/range.go).
165
+ key unsafe.Pointer // Must be in first position. Write nil to indicate iteration end (see cmd/compile/ internal/gc/range.go).
166
+ elem unsafe.Pointer // Must be in second position (see cmd/compile/ internal/gc/range.go).
167
167
t * maptype
168
168
h * hmap
169
169
buckets unsafe.Pointer // bucket ptr at hash_iter initialization time
You can’t perform that action at this time.
0 commit comments