whoops
This commit is contained in:
parent
9889ccb1bb
commit
f6d6ed85ab
|
@ -130,7 +130,7 @@ static int riscv_gdb_thread_packet(struct connection *connection, const char *pa
|
|||
}
|
||||
|
||||
if (strcmp(packet, "qTStatus", 8) == 0) {
|
||||
gdb_put_packet("T0");
|
||||
gdb_put_packet(connection, "T0", strlen("T0"));
|
||||
return ERROR_OK;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue