target/s390x: use trigger_pgm_exception() in s390_cpu_handle_mmu_fault()
commit525f4b65c7d337f0c83488ee1e951a134b6ccfb7
authorDavid Hildenbrand <david@redhat.com>
Wed, 13 Sep 2017 13:24:04 +0000 (13 15:24 +0200)
committerCornelia Huck <cohuck@redhat.com>
Tue, 19 Sep 2017 16:31:31 +0000 (19 18:31 +0200)
treee00be1b873a71daf4c22db6f27d976126b33f97d
parent53d8e91d64ce2655f5945db2fe4c1ac7e00957a0
target/s390x: use trigger_pgm_exception() in s390_cpu_handle_mmu_fault()

This looks cleaner. linux-user will not use the ilen field, so setting
it doesn't do any harm.

Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20170913132417.24384-10-david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
target/s390x/excp_helper.c