OSDN Git Service

target/avr: Only execute one interrupt at a time
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 26 Aug 2022 20:35:52 +0000 (13:35 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 1 Sep 2022 05:41:57 +0000 (06:41 +0100)
commitcecaad540155927f2faf1b6897c72cc59074cb45
tree171708dbb09c6e6fa707b85ed46b3c0d2406e770
parent9e1b2375daabc4d133baf08766676c5d301bade5
target/avr: Only execute one interrupt at a time

We cannot deliver two interrupts simultaneously;
the first interrupt handler must execute first.

Reviewed-by: Michael Rolnik <mrolnik@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/avr/helper.c