FreeBSD/src 84322e3 (r349444)sys/arm64/arm64 freebsd32_machdep.c

In get_fpcontext32() and set_fpcontext32(), we can't just use memcpy() to
copy the VFP registers.
arvm7 VFP uses 32 64bits fp registers (but those could be used in pairs to
make 16 128bits registers), while aarch64 uses 32 128bits fp registers, so
we have to copy the value of each register.
DeltaFile
+6-4sys/arm64/arm64/freebsd32_machdep.c
+6-41 files

UnifiedSplitRaw