Re: [PATCH 03/20] target/arm: Unify gen_exception_internal()

2025-06-19 Thread Richard Henderson
On 6/19/25 06:13, Philippe Mathieu-Daudé wrote: Same code, use the generic variant. Signed-off-by: Philippe Mathieu-Daudé --- target/arm/tcg/translate.h | 1 + target/arm/tcg/translate-a64.c | 6 -- target/arm/tcg/translate.c | 2 +- 3 files changed, 2 insertions(+), 7 deletions

[PATCH 03/20] target/arm: Unify gen_exception_internal()

2025-06-19 Thread Philippe Mathieu-Daudé
Same code, use the generic variant. Signed-off-by: Philippe Mathieu-Daudé --- target/arm/tcg/translate.h | 1 + target/arm/tcg/translate-a64.c | 6 -- target/arm/tcg/translate.c | 2 +- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/target/arm/tcg/translate.h b/target