Reviewed-by: Michael Rolnik <mrol...@gmail.com> On Wed, Jun 14, 2023 at 3:22 PM Philippe Mathieu-Daudé <phi...@linaro.org> wrote:
> On 14/6/23 16:07, Lucas Dietrich wrote: > > This commit addresses a bug in the AVR interrupt handling code. > > The modification involves replacing the usage of the ctz32 function > > with ctz64 to ensure proper handling of interrupts above 33 in the AVR > > target. > > > > Previously, timers 3, 4, and 5 interrupts were not functioning correctly > > because most of their interrupt vectors are numbered above 33. > > > > Signed-off-by: Lucas Dietrich <ld.ad...@gmail.com> > > --- > > target/avr/helper.c | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > Thanks for insisting with the patch posting process :) > > Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org> > > -- Best Regards, Michael Rolnik