On 12/4/24 09:33, Richard Henderson wrote:
From: Philippe Mathieu-Daudé <phi...@linaro.org>
sprintf() is deprecated on Darwin since macOS 13.0 / XCode 14.1.
Using qemu_hexdump_line both fixes the deprecation warning and
simplifies the code base.
Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org>`
[rth: Use qemu_hexdump_line]
Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
system/qtest.c | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>