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

2020-07-17 Thread Richard Henderson
On 7/17/20 3:51 AM, Alex Bennée wrote: > From: KONRAD Frederic > > Don't send the trailing 0 from the string. > > Signed-off-by: KONRAD Frederic > Signed-off-by: Alex Bennée > Reviewed-by: Philippe Mathieu-Daudé > Message-Id: <1592215252-26742-2-git-send-email-frederic.kon...@adacore.com> > -

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

2020-07-17 Thread Alex Bennée
From: KONRAD Frederic Don't send the trailing 0 from the string. Signed-off-by: KONRAD Frederic Signed-off-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé Message-Id: <1592215252-26742-2-git-send-email-frederic.kon...@adacore.com> --- hw/semihosting/console.c | 4 +++- 1 file changed, 3