On 6/18/21 7:10 AM, Peter Maydell wrote:
Factor the code in full_vfp_access_check() which updates the ownership of the FP context and creates a new FP context out into its own function.Signed-off-by: Peter Maydell<peter.mayd...@linaro.org> --- target/arm/translate-vfp.c | 104 +++++++++++++++++++++---------------- 1 file changed, 58 insertions(+), 46 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~