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 <npig...@gmail.com> Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- target/ppc/translate.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Anton Johansson <a...@rev.ng>