Re: [PATCH 2/2] target/s390x: Align __excp_addr in s390_probe_access

2022-08-24 Thread David Hildenbrand
On 23.08.22 23:38, Richard Henderson wrote: > Per the comment in s390_cpu_record_sigsegv, the saved address > is always page aligned. > > Signed-off-by: Richard Henderson > --- > target/s390x/tcg/mem_helper.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[PATCH 2/2] target/s390x: Align __excp_addr in s390_probe_access

2022-08-23 Thread Richard Henderson
Per the comment in s390_cpu_record_sigsegv, the saved address is always page aligned. Signed-off-by: Richard Henderson --- target/s390x/tcg/mem_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/s390x/tcg/mem_helper.c b/target/s390x/tcg/mem_helper.c index