mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Fix build on arm64
PR: 242867 Submitted by: bugzilla_at_nulldirdote4ward dot com
This commit is contained in:
parent
64144824d1
commit
585599f466
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=520882
@ -0,0 +1,11 @@
|
||||
--- vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go.orig 2019-12-25 18:35:13 UTC
|
||||
+++ vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go
|
||||
@@ -397,7 +397,7 @@ type Reg struct {
|
||||
}
|
||||
|
||||
type FpReg struct {
|
||||
- Fp_q [32]uint128
|
||||
+ Fp_q [512]uint8
|
||||
Fp_sr uint32
|
||||
Fp_cr uint32
|
||||
}
|
Loading…
Reference in New Issue
Block a user