On 5/10/24 20:33, Richard Henderson wrote:
From: Philippe Mathieu-Daudé <phi...@linaro.org>
When the %addr argument can not be accessed, a double comma
is logged (the final qemu_log call prepend a comma). Move
the comma from the final qemu_log to the preceeding switch
cases that had omitted it.
Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org>
Message-Id: <20240807124306.52903-2-phi...@linaro.org>
Acked-by: Ilya Leoshkevich <i...@linux.ibm.com>
[rth: Move comma into the various switch cases.]
Thanks!
Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
linux-user/strace.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)