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é<[email protected]> Reviewed-by: Peter Maydell<[email protected]> --- hw/timer/arm_timer.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
