linux-user/s390x: Add stub sigframe argument for last_break
commit6c18757dc55f0a47d926cec1aaab8c349a65a0c6
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 28 Apr 2021 19:34:04 +0000 (28 12:34 -0700)
committerLaurent Vivier <laurent@vivier.eu>
Sat, 15 May 2021 19:44:38 +0000 (15 21:44 +0200)
tree56ad1eb3f9fc2f8342acbb6e4e4cdae507b35b16
parent7e5355578eef26ece8a783f336b2c06a1f5a083a
linux-user/s390x: Add stub sigframe argument for last_break

In order to properly present these arguments, we need to add
code to target/s390x to record LowCore parameters for user-only.

But in the meantime, at least zero the missing last_break
argument, and fixup the comment style in the vicinity.

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