s390x/tcg: io instructions don't need potential_page_fault()
commit0ef28497768d9ff354aaa93087643f7046c89679
authorDavid Hildenbrand <david@redhat.com>
Thu, 30 Nov 2017 16:27:37 +0000 (30 17:27 +0100)
committerCornelia Huck <cohuck@redhat.com>
Thu, 14 Dec 2017 16:56:54 +0000 (14 17:56 +0100)
treea07cfea911a353d8aabdda70a37fce61405074a4
parent820613b1c1c76cb77a15313eb333a710972614ec
s390x/tcg: io instructions don't need potential_page_fault()

As we handle the retaddr in all cases properly now, we can drop it.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20171130162744.25442-10-david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
target/s390x/translate.c