target/s390x: Use tcg_s390_program_interrupt in TCG helpers
commit1e36aee6364746839578738c7a7b55740911ad7b
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 1 Oct 2019 17:16:00 +0000 (1 10:16 -0700)
committerDavid Hildenbrand <david@redhat.com>
Wed, 9 Oct 2019 10:49:01 +0000 (9 12:49 +0200)
tree4aabb727be0843e548a59b9104f70d39ec6ad340
parent77b703f84f0099c2e863a05122537a252ca005d1
target/s390x: Use tcg_s390_program_interrupt in TCG helpers

Replace all uses of s390_program_interrupt within files
that are marked CONFIG_TCG.  These are necessarily tcg-only.

This lets each of these users benefit from the QEMU_NORETURN
attribute on tcg_s390_program_interrupt.

Acked-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20191001171614.8405-5-richard.henderson@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
target/s390x/cc_helper.c
target/s390x/crypto_helper.c
target/s390x/excp_helper.c
target/s390x/fpu_helper.c
target/s390x/int_helper.c
target/s390x/mem_helper.c
target/s390x/misc_helper.c