semihosting: Fix docs comment for qemu_semihosting_console_inc
commit675f702fd725f07af50d99318c11bf2512b774d7
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 1 May 2022 18:58:58 +0000 (1 11:58 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 27 Jun 2022 23:05:52 +0000 (28 04:35 +0530)
treef14fb628a0e7428e55f30f4067a390974492cbcc
parent64c8c6a99221877f0e92f973c66e0e66a10ab2ff
semihosting: Fix docs comment for qemu_semihosting_console_inc

The implementation of qemu_semihosting_console_inc does not
defer to gdbstub, but only reads from the fifo in console.c.

Reviewed-by: Luc Michel <lmichel@kalray.eu>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/semihosting/console.h