Re: [PATCH v2 11/15] linux-user/s390x: Add stub sigframe argument for last_break

2021-04-29 Thread David Hildenbrand
On 28.04.21 21:34, Richard Henderson wrote: 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-b

[PATCH v2 11/15] linux-user/s390x: Add stub sigframe argument for last_break

2021-04-28 Thread Richard Henderson
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 --- linux-user/s390x/si