diff --git a/src/runtime/defs1_netbsd_arm64.go b/src/runtime/defs1_netbsd_arm64.go index d40b88286b..41b7aaca6c 100644 --- a/src/runtime/defs1_netbsd_arm64.go +++ b/src/runtime/defs1_netbsd_arm64.go @@ -128,9 +128,9 @@ type itimerval struct { } type mcontextt struct { - __gregs [35]uint64 - __fregs [4160]byte // _NFREG * 128 + 32 + 32 - _ [8]uint64 // future use + __gregs [35]uint64 + __fregs [4160]byte // _NFREG * 128 + 32 + 32 + _ [8]uint64 // future use } type ucontextt struct {