linux-user/s390x: Fix sigcontext sregs value
commit4e4a08200b6ed60055c45a0f05f4515365785a92
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 28 Apr 2021 19:33:59 +0000 (28 12:33 -0700)
committerLaurent Vivier <laurent@vivier.eu>
Sat, 15 May 2021 19:44:38 +0000 (15 21:44 +0200)
tree58f1ab6b61ca5ca169ccf1e51a8daceaa4e5f310
parentbd45be9f5ffcaae68d2d0de2962cdc9fa20cb832
linux-user/s390x: Fix sigcontext sregs value

Using the host address of &frame->sregs is incorrect.
We need the guest address.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: David Hildenbrand <david@redhat.com>
Message-Id: <20210428193408.233706-7-richard.henderson@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/s390x/signal.c