On 2/6/23 12:35, Philippe Mathieu-Daudé wrote:
There is no point in using a void pointer to access the NVIC.
Use the real type to avoid casting it while debugging.
Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org>
---
hw/intc/armv7m_nvic.c | 38 ++++++++++++-----------------------
target/arm/cpu.c | 1 +
target/arm/cpu.h | 46 ++++++++++++++++++++++---------------------
target/arm/m_helper.c | 2 +-
4 files changed, 39 insertions(+), 48 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~