Re: [PATCH 03/26] target/s390x: Use tcg_constant_i32 for fpinst_extract_m34

2022-11-03 Thread Ilya Leoshkevich
On Wed, Oct 05, 2022 at 08:43:58PM -0700, Richard Henderson wrote: > Return a constant or NULL, which means the free may be > removed from all callers of fpinst_extract_m34. > > Signed-off-by: Richard Henderson > --- > target/s390x/tcg/translate.c | 26 +- > 1 file

[PATCH 03/26] target/s390x: Use tcg_constant_i32 for fpinst_extract_m34

2022-10-05 Thread Richard Henderson
Return a constant or NULL, which means the free may be removed from all callers of fpinst_extract_m34. Signed-off-by: Richard Henderson --- target/s390x/tcg/translate.c | 26 +- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/target/s390x/tcg/translate.c