On 6/30/23 20:04, Alex Bennée wrote:
This may be a bit too much to avoid an snprintf and the slightly dodgy
assign to a const variable. But hopefully not.
Signed-off-by: Alex Bennée
---
v2
- fix checkpatch warning
---
gdbstub/softmmu.c | 19 +--
1 file changed, 9 insertion
This may be a bit too much to avoid an snprintf and the slightly dodgy
assign to a const variable. But hopefully not.
Signed-off-by: Alex Bennée
---
v2
- fix checkpatch warning
---
gdbstub/softmmu.c | 19 +--
1 file changed, 9 insertions(+), 10 deletions(-)
diff --git a/gdbst