Re: [PATCH] common-user: Really fix i386 calls to safe_syscall_set_errno_tail

2022-01-05 Thread Philippe Mathieu-Daudé
On 1/5/22 06:23, Richard Henderson wrote: > Brown bag time: offset 0 from esp is the return address, > offset 4 is the first argument. > > Fixes: d7478d4229f0 ("common-user: Fix tail calls to > safe_syscall_set_errno_tail") > Signed-off-by: Richard Henderson > --- > > Ho hum. I'm disappointed

[PATCH] common-user: Really fix i386 calls to safe_syscall_set_errno_tail

2022-01-04 Thread Richard Henderson
Brown bag time: offset 0 from esp is the return address, offset 4 is the first argument. Fixes: d7478d4229f0 ("common-user: Fix tail calls to safe_syscall_set_errno_tail") Signed-off-by: Richard Henderson --- Ho hum. I'm disappointed that our CI didn't catch this, despite cross-i386-user. And