On Sun, May 04, 2025 at 01:57:04PM -0700, Richard Henderson wrote: > M68K, MicroBlaze, OpenRISC, RX, TriCore and Xtensa are > all 32-bit targets. AVR is more complicated, but using > a 32-bit wrap preserves current behaviour. > > Cc: Michael Rolnik <mrol...@gmail.com> > Cc: Laurent Vivier <laur...@vivier.eu> > Cc: Edgar E. Iglesias <edgar.igles...@gmail.com> > Cc: Stafford Horne <sho...@gmail.com> > Cc: Yoshinori Sato <ys...@users.sourceforge.jp> > Cc: Bastian Koppelmann <kbast...@mail.uni-paderborn.de> > Cc: Max Filippov <jcmvb...@gmail.com> > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > include/accel/tcg/cpu-ops.h | 1 + > accel/tcg/cputlb.c | 6 ++++++ > target/avr/cpu.c | 6 ++++++ > target/m68k/cpu.c | 1 + > target/microblaze/cpu.c | 1 + > target/openrisc/cpu.c | 1 + > target/rx/cpu.c | 1 + > target/tricore/cpu.c | 1 + > target/xtensa/cpu.c | 1 + > 9 files changed, 19 insertions(+)
Reviewed-by: Bastian Koppelmann <kbast...@mail.uni-paderborn.de> For the TriCore part: Tested-by Bastian Koppelmann <kbast...@mail.uni-paderborn.de> Cheers, Bastian