From a8f45d36a83525f51cd9d0122e5b24f9d7c760ef Mon Sep 17 00:00:00 2001 From: Palmer Dabbelt Date: Wed, 30 May 2018 06:07:56 -0700 Subject: [PATCH] I guess just set all harts, not any hart --- src/rtos/riscv_debug.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/rtos/riscv_debug.c b/src/rtos/riscv_debug.c index 7fe70c784..f15988e56 100644 --- a/src/rtos/riscv_debug.c +++ b/src/rtos/riscv_debug.c @@ -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;