target/s390x: Remove exc argument to mmu_translate_asce
commitc7363b28ffd2008dab09ffe7077e84f090cc80d0
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 1 Oct 2019 17:16:04 +0000 (1 10:16 -0700)
committerDavid Hildenbrand <david@redhat.com>
Wed, 9 Oct 2019 10:49:01 +0000 (9 12:49 +0200)
tree910c43f8d85db8a1a51c6f73b9b47149d1ff33af
parent31b59419069eb844348b55bee4694f5685cfd8c0
target/s390x: Remove exc argument to mmu_translate_asce

Now that mmu_translate_asce returns the exception instead of
raising it, the argument is unused.

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