diff --git a/system/gdbstub/gdbstub.c b/system/gdbstub/gdbstub.c index b1dd7c594..9f7abc6c0 100644 --- a/system/gdbstub/gdbstub.c +++ b/system/gdbstub/gdbstub.c @@ -219,7 +219,7 @@ reconnect: do { - ret = gdb_process(state); + ret = gdb_process(state, 0, NULL); if (ret == -ECONNRESET) { #ifdef CONFIG_NET