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<[email protected]> --- target/arm/translate-vfp.c | 104 +++++++++++++++++++++---------------- 1 file changed, 58 insertions(+), 46 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
