I guess just set all harts, not any hart

This commit is contained in:
Palmer Dabbelt 2018-05-30 06:07:56 -07:00
parent 395592ece3
commit a8f45d36a8
1 changed files with 0 additions and 2 deletions

View File

@ -174,8 +174,6 @@ static int riscv_gdb_thread_packet(struct connection *connection, const char *pa
switch (tid) { switch (tid) {
case 0: case 0:
riscv_set_rtos_hartid(target, 1);
break;
case -1: case -1:
riscv_set_all_rtos_harts(target); riscv_set_all_rtos_harts(target);
break; break;