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
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