On 7/4/23 16:50, Philippe Mathieu-Daudé wrote:
SP804Timer use arrays for timers and IRQ levels. Be consistent and use another one for the frequencies. This will allow to simplify using for() loop statement in the next commit.Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org> Reviewed-by: Peter Maydell<peter.mayd...@linaro.org> --- hw/timer/arm_timer.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~