mirror of https://github.com/golang/go.git
runtime: gofmt defs1_netbsd_arm64.go
Updates #30824 Change-Id: I3d9ad7896d528d8274ec78378a546b0356986b9d Reviewed-on: https://go-review.googlesource.com/c/go/+/174078 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
a7dc6ca4b1
commit
bc48cc770f
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue