target/avr: Fix interrupt execution
commit56b90e60c4019b08012bd8bd1459efc00b055577
authorIvanov Arkasha <ivanovrkasha@gmail.com>
Fri, 12 Mar 2021 16:47:54 +0000 (12 19:47 +0300)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 14 Mar 2021 23:39:52 +0000 (15 00:39 +0100)
treed3eb3e051a6cf1ec8851442785fe916fd011eb58
parent2e35dfb634daba466adbc382da64e5fd4ce9d2ed
target/avr: Fix interrupt execution

Only one interrupt is in progress at the moment.
It is only necessary to set to reset interrupt_request
after all interrupts have been executed.

Signed-off-by: Ivanov Arkasha <ivanovrkasha@gmail.com>
Message-Id: <20210312164754.18437-1-arkaisp2021@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Michael Rolnik <mrolnik@gmail.com>
target/avr/helper.c