blob: f35530eff73170de4301838779bffc6de8a40f32 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Obtained from: https://github.com/golang/sys/commit/33540a1f603772f9d4b761f416f5c10dade23e96
--- vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go.orig 2024-04-18 11:16:31 UTC
+++ vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go
@@ -397,7 +397,7 @@ type FpReg struct {
}
type FpReg struct {
- Fp_q [32]uint128
+ Fp_q [512]uint8
Fp_sr uint32
Fp_cr uint32
}
|