]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/s390x: Drop free_compare
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 25 Feb 2023 06:39:19 +0000 (20:39 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 13 Mar 2023 13:42:05 +0000 (06:42 -0700)
commitb4dfbbe06965ef0cadf7128e2e83b4803f35f0e7
tree2593c4a3f9a28a805079975e3f77b6c33adfac18
parent74fda465d99ee42916d08dc7afaf15adee110019
target/s390x: Drop free_compare

Translators are no longer required to free tcg temporaries.
Remove the g1 and g2 members of DisasCompare, as they were
used to track which temps needed to be freed.

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