Re: [PATCH 10/17] target/avr: Update cpu_sp after push and pop

2025-03-24 Thread Pierrick Bouvier
On 3/23/25 10:37, Richard Henderson wrote: Not that AVR has memory paging traps, but it's better form to allow the memory operation to finish before updating the cpu register. Signed-off-by: Richard Henderson --- target/avr/translate.c | 32 +++- 1 file changed, 1

[PATCH 10/17] target/avr: Update cpu_sp after push and pop

2025-03-23 Thread Richard Henderson
Not that AVR has memory paging traps, but it's better form to allow the memory operation to finish before updating the cpu register. Signed-off-by: Richard Henderson --- target/avr/translate.c | 32 +++- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/