Re: [PATCH v2 09/10] target/microblaze: Drop DisasContext.r0

2025-05-25 Thread Edgar E. Iglesias
On Sun, May 25, 2025 at 05:02:19PM +0100, Richard Henderson wrote: > Return a constant 0 from reg_for_read, and a new > temporary from reg_for_write. > > Signed-off-by: Richard Henderson Reviewed-by: Edgar E. Iglesias > --- > target/microblaze/translate.c | 24 ++-- > 1

[PATCH v2 09/10] target/microblaze: Drop DisasContext.r0

2025-05-25 Thread Richard Henderson
Return a constant 0 from reg_for_read, and a new temporary from reg_for_write. Signed-off-by: Richard Henderson --- target/microblaze/translate.c | 24 ++-- 1 file changed, 2 insertions(+), 22 deletions(-) diff --git a/target/microblaze/translate.c b/target/microblaze/transl