[PATCH] Fix handling of AVR interrupts above 33.

2023-06-14 Thread Lucas Dietrich
of their interrupt vectors are numbered above 33. Signed-off-by: Lucas Dietrich --- target/avr/helper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/avr/helper.c b/target/avr/helper.c index 2bad242a66..e6e7d51487 100644 --- a/target/avr/helper.c +++ b/target/avr

[PATCH] Fix handling of AVR interrupts above 33.

2023-06-13 Thread Lucas Dietrich
of their interrupt vectors are numbered above 33. Signed-off-by: Lucas Dietrich --- capstone | 1 + dtc | 1 + meson | 1 + roms/sgabios | 1 + slirp | 1 + target/avr/helper.c