]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/s390x: Remove g_out, g_out2, g_in1, g_in2 from DisasContext
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 25 Feb 2023 07:17:51 +0000 (21:17 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 13 Mar 2023 13:42:05 +0000 (06:42 -0700)
commitdd161de75f3a5192350bf2799acd0fd2270a72ef
tree70a8aec5d9a79549fdabb03928483098a85ce09e
parentab9984bd91723296ab0c9d3666be0119284e4ce8
target/s390x: Remove g_out, g_out2, g_in1, g_in2 from DisasContext

These fields are no longer read, so remove them and the writes.

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