OSDN Git Service

target/avr: Call avr_cpu_do_interrupt directly
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 26 Aug 2022 20:32:56 +0000 (13:32 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 1 Sep 2022 05:41:16 +0000 (06:41 +0100)
commit9e1b2375daabc4d133baf08766676c5d301bade5
treef71ad77fd71b35f3027580eb115dabc262e5c593
parent7bccb9e3222024470073568d05c2121386564ca3
target/avr: Call avr_cpu_do_interrupt directly

There is no need to go through cc->tcg_ops when
we know what value that must have.

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