diff options
| author | Thomas Huth | 2017-07-24 10:52:49 +0200 |
|---|---|---|
| committer | Cornelia Huck | 2017-07-25 09:17:42 +0200 |
| commit | cded4014aed15ded9d27079071d9bb1fbe88ad41 (patch) | |
| tree | e99c517b7b4affabc873f223c4117db67f26dc4f /scripts | |
| parent | target/s390x: Rework program_interrupt() and related functions (diff) | |
| download | qemu-cded4014aed15ded9d27079071d9bb1fbe88ad41.tar.gz qemu-cded4014aed15ded9d27079071d9bb1fbe88ad41.tar.xz qemu-cded4014aed15ded9d27079071d9bb1fbe88ad41.zip | |
target/s390x: Move exception-related functions to a new excp_helper.c file
These functions can not be compiled with --disable-tcg. But since we
need the other functions from helper.c in the non-tcg build, we can also
not simply remove helper.c from the non-tcg builds. Thus the problematic
functions have to be moved into a separate new file instead that we
can later omit in the non-tcg builds.
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <1500886370-14572-5-git-send-email-thuth@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
