On 3/3/23 03:58, Richard Henderson wrote:
This function is unused, except to implement gdb_do_syscall. Fold the implementations together.Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- include/gdbstub/syscalls.h | 11 ----------- gdbstub/syscalls.c | 26 ++++++++++---------------- 2 files changed, 10 insertions(+), 27 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>