Re: [PATCH 3/4] target/avr: fix avr features processing

2022-11-19 Thread Michael Rolnik
Reviewed-by: Michael Rolnik On Sat, Nov 19, 2022 at 7:56 AM Pavel Dovgalyuk wrote: > Bit vector for features has 64 bits. This patch fixes bit shifts in > avr_feature and set_avr_feature functions to be 64-bit too. > > Signed-off-by: Pavel Dovgalyuk > --- > target/avr/cpu.h |4 ++-- > 1 f

[PATCH 3/4] target/avr: fix avr features processing

2022-11-18 Thread Pavel Dovgalyuk
Bit vector for features has 64 bits. This patch fixes bit shifts in avr_feature and set_avr_feature functions to be 64-bit too. Signed-off-by: Pavel Dovgalyuk --- target/avr/cpu.h |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/avr/cpu.h b/target/avr/cpu.h index