linux-user/s390x: Set psw.mask properly for the signal handler
commit7e5355578eef26ece8a783f336b2c06a1f5a083a
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 28 Apr 2021 19:34:03 +0000 (28 12:34 -0700)
committerLaurent Vivier <laurent@vivier.eu>
Sat, 15 May 2021 19:44:38 +0000 (15 21:44 +0200)
tree38ec106a8f584f13e4dd0cad27c4542c176fc844
parent20807348806e12141347d87badd34e358971e7d5
linux-user/s390x: Set psw.mask properly for the signal handler

Note that PSW_ADDR_{64,32} are called PSW_MASK_{EA,BA}
in the kernel source.

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