Re: [PATCH v3 37/49] semihosting: Fix docs comment for qemu_semihosting_console_inc

2022-05-23 Thread Peter Maydell
On Sat, 21 May 2022 at 01:04, Richard Henderson wrote: > > The implementation of qemu_semihosting_console_inc does not > defer to gdbstub, but only reads from the fifo in console.c. > > Signed-off-by: Richard Henderson > --- > include/semihosting/console.h | 9 - > 1 file changed, 4 inse

[PATCH v3 37/49] semihosting: Fix docs comment for qemu_semihosting_console_inc

2022-05-20 Thread Richard Henderson
The implementation of qemu_semihosting_console_inc does not defer to gdbstub, but only reads from the fifo in console.c. Signed-off-by: Richard Henderson --- include/semihosting/console.h | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/include/semihosting/console.h b