opnsense-ports/sysutils/container-diff/files/patch-aarch64
Franco Fichtner 2cea8ba79e */*: sync with upstream
Taken from: FreeBSD
2024-04-19 15:10:09 +02:00

13 lines
375 B
Text

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
}