linux-user/strace: Constify struct flags
commitba0fef0dd91dca2db6d1187c47b5d52592f4bee2
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 4 Nov 2022 17:36:28 +0000 (4 18:36 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Wed, 25 Jan 2023 09:44:48 +0000 (25 10:44 +0100)
treece14e7d6bbe59f82e9d0ef5a3f9d8463f65fd731
parent13356edb87506c148b163b8c7eb0695647d00c2a
linux-user/strace: Constify struct flags

print_flags() takes a const pointer.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20221104173632.1052-2-philmd@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/strace.c