On Sat, 2023-03-04 at 10:18 -0800, Richard Henderson wrote: > These were trying to determine if o->in2 was available for > use as a temporary. It's better to just allocate a new one. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > Cc: David Hildenbrand <da...@redhat.com> > Cc: Ilya Leoshkevich <i...@linux.ibm.com> > Cc: Thomas Huth <th...@redhat.com> > Cc: qemu-s3...@nongnu.org > --- > target/s390x/tcg/translate.c | 20 ++++++++++---------- > 1 file changed, 10 insertions(+), 10 deletions(-)
Reviewed-by: Ilya Leoshkevich <i...@linux.ibm.com>