On 1/18/23 23:23, Pavel Dovgalyuk wrote:
Interrupt bit vector has 64 bits, but interrupt vector is found with ctz32 function. This patch replaces it with ctz64.Signed-off-by: Pavel Dovgalyuk<pavel.dovgal...@ispras.ru> --- target/avr/helper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~