]> Git Repo - qemu.git/commit
target/s390x: Use tcg_s390_program_interrupt in TCG helpers
authorRichard Henderson <[email protected]>
Tue, 1 Oct 2019 17:16:00 +0000 (10:16 -0700)
committerDavid Hildenbrand <[email protected]>
Wed, 9 Oct 2019 10:49:01 +0000 (12:49 +0200)
commit1e36aee6364746839578738c7a7b55740911ad7b
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 <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
Message-Id: <20191001171614[email protected]>
Signed-off-by: David Hildenbrand <[email protected]>
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
This page took 0.02681 seconds and 4 git commands to generate.