Re: [PATCH] linux-user: Constify target_shmlba() argument

2025-01-21 Thread Richard Henderson
On 1/21/25 11:03, Philippe Mathieu-Daudé wrote: Returning target segment low boundary address multiple shouldn't need to modify the CPU env. Make it const. Signed-off-by: Philippe Mathieu-Daudé --- linux-user/arm/target_syscall.h| 2 +- linux-user/mips/target_syscall.h | 2 +- linux-us

[PATCH] linux-user: Constify target_shmlba() argument

2025-01-21 Thread Philippe Mathieu-Daudé
Returning target segment low boundary address multiple shouldn't need to modify the CPU env. Make it const. Signed-off-by: Philippe Mathieu-Daudé --- linux-user/arm/target_syscall.h| 2 +- linux-user/mips/target_syscall.h | 2 +- linux-user/mips64/target_syscall.h | 2 +- linux-user/sh4/ta