Le 17/05/2021 à 07:52, Philippe Mathieu-Daudé a écrit :
> Keep bitmask_transtbl in .rodata by marking the arrays const.
>
> Reviewed-by: Laurent Vivier
> Reviewed-by: Richard Henderson
> Reviewed-by: Bin Meng
> Signed-off-by: Philippe Mathieu-Daudé
> ---
> linux-user/syscall.c | 4 ++--
> 1 f
ping? (patch reviewed)
On 5/17/21 7:52 AM, Philippe Mathieu-Daudé wrote:
> Keep bitmask_transtbl in .rodata by marking the arrays const.
>
> Reviewed-by: Laurent Vivier
> Reviewed-by: Richard Henderson
> Reviewed-by: Bin Meng
> Signed-off-by: Philippe Mathieu-Daudé
> ---
> linux-user/syscall
Keep bitmask_transtbl in .rodata by marking the arrays const.
Reviewed-by: Laurent Vivier
Reviewed-by: Richard Henderson
Reviewed-by: Bin Meng
Signed-off-by: Philippe Mathieu-Daudé
---
linux-user/syscall.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/linux-user/sysc