Andrew Turner e7f369b1c1 Use the correct length when copying arm64 vfp registers
We passed the wrong length into memcpy in the arm64 get_fpcontext and
set_fpcontext. This caused us to copy two status registers we didn't
expect to copy.

These are safe as they exist in both the source and destination, although
in a different order, and we copy the correct values after the memcpy.

Obtained from:	CheriBSD
Sponsored by:	Innovate UK
2021-06-14 14:53:10 +00:00
..
2021-06-12 01:08:54 +02:00
2021-06-14 10:38:06 +02:00
2021-06-13 11:30:49 +03:00
2021-05-25 16:59:19 -07:00
2021-06-12 01:08:54 +02:00
2021-06-14 10:51:16 -04:00
2021-06-11 14:28:54 -06:00
2021-06-14 14:22:06 +02:00
2021-06-14 14:22:06 +02:00
2021-06-13 22:01:15 +02:00