Re: [PATCH 14/70] target/cris: Avoid use of tcg_const_i32 throughout
On 27/2/23 06:41, Richard Henderson wrote: All remaining uses are strictly read-only. Signed-off-by: Richard Henderson --- target/cris/translate.c | 46 +++-- target/cris/translate_v10.c.inc | 26 +-- 2 files changed, 34 insertions(+), 38
[PATCH 14/70] target/cris: Avoid use of tcg_const_i32 throughout
All remaining uses are strictly read-only. Signed-off-by: Richard Henderson --- target/cris/translate.c | 46 +++-- target/cris/translate_v10.c.inc | 26 +-- 2 files changed, 34 insertions(+), 38 deletions(-) diff --git a/target/cris/translate