diff options
author | Richard Henderson | 2019-10-01 19:16:13 +0200 |
---|---|---|
committer | David Hildenbrand | 2019-10-09 12:49:02 +0200 |
commit | 5c58704b070e18bfa7a858cfa32b4f8b1d0d7ce8 (patch) | |
tree | 245c84437a76d86f67a6da2658e86092a970ecc5 /target/s390x/cpu.c | |
parent | target/s390x: Remove ilen argument from trigger_access_exception (diff) | |
download | qemu-5c58704b070e18bfa7a858cfa32b4f8b1d0d7ce8.tar.gz qemu-5c58704b070e18bfa7a858cfa32b4f8b1d0d7ce8.tar.xz qemu-5c58704b070e18bfa7a858cfa32b4f8b1d0d7ce8.zip |
target/s390x: Remove ilen argument from trigger_pgm_exception
All but one caller passes ILEN_UNWIND, which is not stored.
For the one use case in s390_cpu_tlb_fill, set int_pgm_ilen
directly, simply to avoid the assert within do_program_interrupt.
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20191001171614.8405-18-richard.henderson@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
Diffstat (limited to 'target/s390x/cpu.c')
0 files changed, 0 insertions, 0 deletions