I guess just set all harts, not any hart
This commit is contained in:
parent
395592ece3
commit
a8f45d36a8
|
@ -174,8 +174,6 @@ static int riscv_gdb_thread_packet(struct connection *connection, const char *pa
|
|||
|
||||
switch (tid) {
|
||||
case 0:
|
||||
riscv_set_rtos_hartid(target, 1);
|
||||
break;
|
||||
case -1:
|
||||
riscv_set_all_rtos_harts(target);
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue