From fd81f7fcac9b62d9c40d690d00e43928e8731b79 Mon Sep 17 00:00:00 2001 From: Tim Newsome Date: Fri, 16 Jun 2017 09:28:08 -0700 Subject: Fix comment. --- src/target/riscv/riscv-013.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/target/riscv/riscv-013.c b/src/target/riscv/riscv-013.c index d529726..abad446 100644 --- a/src/target/riscv/riscv-013.c +++ b/src/target/riscv/riscv-013.c @@ -1895,7 +1895,7 @@ static void riscv013_step_or_resume_current_hart(struct target *target, bool ste if (riscv_program_exec(&program, target) != ERROR_OK) abort(); - /* Issue the halt command, and then wait for the current hart to halt. */ + /* Issue the resume command, and then wait for the current hart to resume. */ uint32_t dmcontrol = dmi_read(target, DMI_DMCONTROL); dmcontrol = set_field(dmcontrol, DMI_DMCONTROL_RESUMEREQ, 1); dmi_write(target, DMI_DMCONTROL, dmcontrol); -- cgit v1.1