]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: gofmt defs1_netbsd_arm64.go
authorIan Lance Taylor <iant@golang.org>
Fri, 26 Apr 2019 13:41:14 +0000 (06:41 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 26 Apr 2019 14:01:21 +0000 (14:01 +0000)
Updates #30824

Change-Id: I3d9ad7896d528d8274ec78378a546b0356986b9d
Reviewed-on: https://go-review.googlesource.com/c/go/+/174078
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/defs1_netbsd_arm64.go

index d40b88286be372da604bc8eb6a72f9bc784d8edb..41b7aaca6cc1ff51e184c9c7e51137394727c9b0 100644 (file)
@@ -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 {