]> Cypherpunks.ru repositories - gostls13.git/blobdiff - test/noinit.go
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / test / noinit.go
index ed8e572e511121d492b15c8a0575ce0d38012a04..84aeeafb59b629e1c79eeb20f56b324c5c44b2f7 100644 (file)
@@ -328,9 +328,8 @@ func init() {
 // Actual test: check for init funcs in runtime data structures.
 
 type initTask struct {
-       state uintptr
-       ndeps uintptr
-       nfns  uintptr
+       state uint32
+       nfns  uint32
 }
 
 //go:linkname main_inittask main..inittask