Re: [PATCH 16/33] linux-user: Split out target_mmap__locked
On 18/8/23 19:12, Richard Henderson wrote: All "goto fail" may be transformed to "return -1". Signed-off-by: Richard Henderson --- linux-user/mmap.c | 62 ++- 1 file changed, 35 insertions(+), 27 deletions(-) Reviewed-by: Philippe Mathieu-Daudé
[PATCH 16/33] linux-user: Split out target_mmap__locked
All "goto fail" may be transformed to "return -1". Signed-off-by: Richard Henderson --- linux-user/mmap.c | 62 ++- 1 file changed, 35 insertions(+), 27 deletions(-) diff --git a/linux-user/mmap.c b/linux-user/mmap.c index 35f270ec2e..448f168df1 10064