Re: [PATCH v3 19/33] linux-user: Split out mmap_end

2024-01-29 Thread Ilya Leoshkevich
On Tue, Jan 02, 2024 at 12:57:54PM +1100, Richard Henderson wrote: > Use a subroutine instead of a goto within target_mmap__locked. > > Reviewed-by: Philippe Mathieu-Daudé > Signed-off-by: Richard Henderson > --- > linux-user/mmap.c | 71 +++ > 1 file

[PATCH v3 19/33] linux-user: Split out mmap_end

2024-01-01 Thread Richard Henderson
Use a subroutine instead of a goto within target_mmap__locked. Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Richard Henderson --- linux-user/mmap.c | 71 +++ 1 file changed, 41 insertions(+), 30 deletions(-) diff --git a/linux-user/mmap.c b/lin