]> xenbits.xensource.com Git - qemu-xen.git/commit
target/s390x: Remove assert vs g_in2
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 25 Feb 2023 07:15:20 +0000 (21:15 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 13 Mar 2023 13:42:05 +0000 (06:42 -0700)
commitab9984bd91723296ab0c9d3666be0119284e4ce8
treed0ca3fbe1c6f426128bfdde113814c6a40bb2b9c
parent3ac6f91bcad052b867f19b8c26920b2881d190c4
target/s390x: Remove assert vs g_in2

These were trying to determine if o->in2 was available for
use as a temporary.  It's better to just allocate a new one.

Acked-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Ilya Leoshkevich <iii@linux.ibm.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/s390x/tcg/translate.c