Re: [PATCH v2 11/16] target/mips: Have gen_addiupc() expand $pc during translation

2024-10-13 Thread Richard Henderson
On 10/10/24 14:50, Philippe Mathieu-Daudé wrote: Suggested-by: Richard Henderson Signed-off-by: Philippe Mathieu-Daudé --- target/mips/tcg/translate.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) Reviewed-by: Richard Henderson r~

[PATCH v2 11/16] target/mips: Have gen_addiupc() expand $pc during translation

2024-10-10 Thread Philippe Mathieu-Daudé
Suggested-by: Richard Henderson Signed-off-by: Philippe Mathieu-Daudé --- target/mips/tcg/translate.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/target/mips/tcg/translate.c b/target/mips/tcg/translate.c index 4802a6a1d87..41f25c938de 100644 --- a/target/mips/t