On Thu, 2 Jun 2022 at 22:51, Richard Henderson
wrote:
>
> We handle this routing in raise_exception. Promoting the value early
> means that we can't directly compare FPEXC_EL and SVEEXC_EL.
>
> Signed-off-by: Richard Henderson
Reviewed-by: Peter Maydell
thanks
-- PMM
We handle this routing in raise_exception. Promoting the value early
means that we can't directly compare FPEXC_EL and SVEEXC_EL.
Signed-off-by: Richard Henderson
---
target/arm/helper.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/target/arm/helper.c b/target/arm/helpe