]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use the correct register when storing the arm VFP state.
authorAndrew Turner <andrew@FreeBSD.org>
Mon, 27 Aug 2018 10:08:27 +0000 (10:08 +0000)
committerAndrew Turner <andrew@FreeBSD.org>
Mon, 27 Aug 2018 10:08:27 +0000 (10:08 +0000)
commit9ea0458663f0e58baf933e9919eed9a2de571828
treef48634a22006ce15d96d7712dca312068dae5fb2
parenta29173be5349307a59cbf9292f765bf179db39f9
Use the correct register when storing the arm VFP state.

Previously we have been lucky where the state was already in r0, however
this is not guaranteed. Use the passed in register as the location to
store the upper half of the arm VFP registers rather than relying on it
being r0.

Approved by: re (kib)
sys/arm/arm/vfp.c