target/s390x: Add ilen to unwind data
authorRichard Henderson <rth@twiddle.net>
Tue, 1 Oct 2019 17:15:57 +0000 (10:15 -0700)
committerDavid Hildenbrand <david@redhat.com>
Wed, 9 Oct 2019 10:49:01 +0000 (12:49 +0200)
commitc87ff4d108efce2546150be057721cb41ca1f74d
treedb62356435d1150aadb4a53e6909462625b29169
parentb580b6ee05c156c334a67f719996c258460cf54d
target/s390x: Add ilen to unwind data

Use ILEN_UNWIND to signal that we have in fact that cpu_restore_state
will have been called by the time we arrive in do_program_interrupt.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Message-Id: <20191001171614.8405-2-richard.henderson@linaro.org>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: David Hildenbrand <david@redhat.com>
target/s390x/cpu.h
target/s390x/interrupt.c
target/s390x/translate.c