Re: [PATCH 53/70] target/sh4: Avoid tcg_const_i32

2023-03-06 Thread Philippe Mathieu-Daudé
On 27/2/23 06:42, Richard Henderson wrote: All remaining uses are strictly read-only. Signed-off-by: Richard Henderson --- target/sh4/translate.c | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH 53/70] target/sh4: Avoid tcg_const_i32

2023-02-26 Thread Richard Henderson
All remaining uses are strictly read-only. Signed-off-by: Richard Henderson --- target/sh4/translate.c | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/target/sh4/translate.c b/target/sh4/translate.c index 70a45c26e8..97da8bce48 100644 --- a/target