On 4/7/23 20:36, Richard Henderson wrote:
Fix a crash writing to 't3', which is now a constant.
Instead, write the result of the remu to 'ret'.
Fixes: 7058ff5231a ("target/ppc: Avoid tcg_const_* in translate.c")
Reported-by: Nicholas Piggin
Signed-off-by: Richard Henderson
---
target/ppc/tra
On 4/7/23 20:36, Richard Henderson wrote:
Fix a crash writing to 't3', which is now a constant.
Instead, write the result of the remu to 'ret'.
Fixes: 7058ff5231a ("target/ppc: Avoid tcg_const_* in translate.c")
Reported-by: Nicholas Piggin
Signed-off-by: Richard Henderson
---
target/ppc/t
Fix a crash writing to 't3', which is now a constant.
Instead, write the result of the remu to 'ret'.
Fixes: 7058ff5231a ("target/ppc: Avoid tcg_const_* in translate.c")
Reported-by: Nicholas Piggin
Signed-off-by: Richard Henderson
---
target/ppc/translate.c | 4 ++--
1 file changed, 2 insertio