This commit is contained in:
Palmer Dabbelt 2017-04-14 14:19:40 -07:00
parent 57d08889ce
commit 747f769f7d
1 changed files with 2 additions and 0 deletions

View File

@ -1622,8 +1622,10 @@ static void riscv013_step_or_resume_current_hart(struct target *target, bool ste
LOG_ERROR(" dmcontrol=0x%08x", dmcontrol);
LOG_ERROR(" dmstatus =0x%08x", dmstatus);
#if 0
if (step)
halt_current_hart();
#endif
abort();
}