Re: [PATCH 03/12] target: Use cpu_pointer_wrap_uint32 for 32-bit targets

2025-05-07 Thread Bastian Koppelmann
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 > Cc: Laurent Vivier > Cc: Edgar E. Iglesias

Re: [PATCH 03/12] target: Use cpu_pointer_wrap_uint32 for 32-bit targets

2025-05-05 Thread Edgar E. Iglesias
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 > Cc: Laurent Vivier > Cc: Edgar E. Iglesias

Re: [PATCH 03/12] target: Use cpu_pointer_wrap_uint32 for 32-bit targets

2025-05-05 Thread Philippe Mathieu-Daudé
On 4/5/25 22:57, 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 Cc: Laurent Vivier Cc: Edgar E. Iglesias Cc: Stafford Horne Cc: Yoshinori Sat

[PATCH 03/12] target: Use cpu_pointer_wrap_uint32 for 32-bit targets

2025-05-04 Thread Richard Henderson
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 Cc: Laurent Vivier Cc: Edgar E. Iglesias Cc: Stafford Horne Cc: Yoshinori Sato Cc: Bastian Koppelmann Cc: Max Filippov