On 7/4/23 16:50, Philippe Mathieu-Daudé wrote:
The same pattern is used for each timer, 2 or 3 times. To avoid too much code churn in the next commits, iterate on the number of timers using a for() loop statement.Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org> Reviewed-by: Peter Maydell<peter.mayd...@linaro.org> --- hw/timer/arm_timer.c | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~