Re: [PATCH v1 2/2] semihosting: don't send the trailing '\0'

2020-06-16 Thread Alex Bennée
kon...@adacore.com writes: > From: KONRAD Frederic > > Don't send the trailing 0 from the string. > > Signed-off-by: KONRAD Frederic Reviewed-by: Alex Bennée -- Alex Bennée

Re: [PATCH v1 2/2] semihosting: don't send the trailing '\0'

2020-06-15 Thread Philippe Mathieu-Daudé
On 6/15/20 12:00 PM, kon...@adacore.com wrote: > From: KONRAD Frederic > > Don't send the trailing 0 from the string. > Fixes: a331c6d7741 Reviewed-by: Philippe Mathieu-Daudé > Signed-off-by: KONRAD Frederic > --- > hw/semihosting/console.c | 4 +++- > 1 file changed, 3 insertions(+), 1 del

[PATCH v1 2/2] semihosting: don't send the trailing '\0'

2020-06-15 Thread konrad
From: KONRAD Frederic Don't send the trailing 0 from the string. Signed-off-by: KONRAD Frederic --- hw/semihosting/console.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hw/semihosting/console.c b/hw/semihosting/console.c index 22e7827..9b4fee9 100644 --- a/hw/semihos