Re: [PATCH v2 09/25] target/arm: Move arm_debug_exception_fsr to debug_helper.c
On Tue, 7 Jun 2022 at 03:51, Richard Henderson wrote: > > This function now now only used in debug_helper.c, so there is > no reason to have a declaration in a header. > > Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell thanks -- PMM
[PATCH v2 09/25] target/arm: Move arm_debug_exception_fsr to debug_helper.c
This function now now only used in debug_helper.c, so there is no reason to have a declaration in a header. Signed-off-by: Richard Henderson --- target/arm/internals.h| 25 - target/arm/debug_helper.c | 26 ++ 2 files changed, 26 insertions(+),