mbox series

[0/2] m68k: Remove sprintf() calls due to macOS deprecation

Message ID 20240411213933.36548-1-philmd@linaro.org
Headers show
Series m68k: Remove sprintf() calls due to macOS deprecation | expand

Message

Philippe Mathieu-Daudé April 11, 2024, 9:39 p.m. UTC
Continuation of:
https://lore.kernel.org/qemu-devel/20240411101550.99392-1-philmd@linaro.org/

Philippe Mathieu-Daudé (2):
  disas/m68k: Replace sprintf() by snprintf()
  target/m68k: Remove sprintf() calls

 include/disas/dis-asm.h |  2 --
 disas/m68k.c            |  4 ++--
 target/m68k/translate.c | 27 +++++++++++++++------------
 3 files changed, 17 insertions(+), 16 deletions(-)