Re: [PATCH 4/4] target/arm: Use CPTR_TFP with CPTR_EL3 in fp_exception_el
On 2022/1/27 14:34, Richard Henderson wrote: Use the named bit rather than a bare extract32. Signed-off-by: Richard Henderson Reviewed-by: Zenghui Yu
Re: [PATCH 4/4] target/arm: Use CPTR_TFP with CPTR_EL3 in fp_exception_el
On Thu, 27 Jan 2022 at 06:34, Richard Henderson wrote: > > Use the named bit rather than a bare extract32. > > Signed-off-by: Richard Henderson > --- > target/arm/helper.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/target/arm/helper.c b/target/arm/helper.c > index c