]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/s390x: Remove ilen argument from trigger_access_exception
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 1 Oct 2019 17:16:12 +0000 (10:16 -0700)
committerDavid Hildenbrand <david@redhat.com>
Wed, 9 Oct 2019 10:49:02 +0000 (12:49 +0200)
commitf5cbdc4397939b4a0fbae554bfe45ea37cf55804
treebd5adbf1cd519e38ba9c3297cf50d04d0c4e3671
parent20e1372b7c18fdbeeb5f9da93d3d8637c1a1bd3d
target/s390x: Remove ilen argument from trigger_access_exception

The single caller passes ILEN_UNWIND; pass that along to
trigger_pgm_exception directly.

Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20191001171614.8405-17-richard.henderson@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
target/s390x/mmu_helper.c