Re: [PATCH 1/3] target/avr: Call avr_cpu_do_interrupt directly

2022-08-27 Thread Michael Rolnik
Reviewed-by: Michael Rolnik On Fri, Aug 26, 2022 at 11:55 PM Richard Henderson < richard.hender...@linaro.org> wrote: > There is no need to go through cc->tcg_ops when > we know what value that must have. > > Signed-off-by: Richard Henderson > --- > target/avr/helper.c | 5 ++--- > 1 file chan

[PATCH 1/3] target/avr: Call avr_cpu_do_interrupt directly

2022-08-26 Thread Richard Henderson
There is no need to go through cc->tcg_ops when we know what value that must have. Signed-off-by: Richard Henderson --- target/avr/helper.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/target/avr/helper.c b/target/avr/helper.c index 82284f8997..9614ccf3e4 100644 --- a