OSDN Git Service

target/s390x: Fix s390_probe_access for user-only
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 9 Jan 2023 20:18:50 +0000 (12:18 -0800)
committerThomas Huth <thuth@redhat.com>
Mon, 27 Feb 2023 08:15:38 +0000 (09:15 +0100)
commit40494314789ba87dc118b91e8a8964a99809a5fb
tree0beb491b846bbb6abfcb5ef2d7a8e35ce2850394
parent4376a770c719f480dd6fad130db8eceeda8cdcb7
target/s390x: Fix s390_probe_access for user-only

In db9aab5783a2 we broke the contract of s390_probe_access, in that it
no longer returned an exception code, nor set __excp_addr.  Fix both.

Reported-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: David Hildenbrand <david@redhat.com>
Message-Id: <20230109201856.3916639-2-richard.henderson@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
target/s390x/tcg/mem_helper.c