On 10/2/24 00:54, Ilya Leoshkevich wrote:
On Wed, 2024-08-07 at 14:43 +0200, Philippe Mathieu-Daudé wrote:
When the %addr argument can not be accessed, a double comma
is logged (the final qemu_log call prepend a comma). Call
print_raw_param with last=1 to avoid the extra comma.
Remove spurious s
On Wed, 2024-08-07 at 14:43 +0200, Philippe Mathieu-Daudé wrote:
> When the %addr argument can not be accessed, a double comma
> is logged (the final qemu_log call prepend a comma). Call
> print_raw_param with last=1 to avoid the extra comma.
> Remove spurious space.
>
> Signed-off-by: Philippe Ma
When the %addr argument can not be accessed, a double comma
is logged (the final qemu_log call prepend a comma). Call
print_raw_param with last=1 to avoid the extra comma.
Remove spurious space.
Signed-off-by: Philippe Mathieu-Daudé
---
linux-user/strace.c | 4 ++--
1 file changed, 2 insertions(