Fix typo.

Issue #164

Change-Id: I083ba0d7df72a83a802297baa25753f8d274519a
This commit is contained in:
Tim Newsome 2017-12-28 11:52:59 -08:00
parent 0774011e21
commit 52368d6ea1
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ static int riscv_gdb_v_packet(struct connection *connection, const char *packet,
static int riscv_get_thread_reg_list(struct rtos *rtos, int64_t thread_id, char **hex_reg_list) static int riscv_get_thread_reg_list(struct rtos *rtos, int64_t thread_id, char **hex_reg_list)
{ {
LOG_DEBUG("Updating RISC-V regiser list for hart %d", (int)(thread_id - 1)); LOG_DEBUG("Updating RISC-V register list for hart %d", (int)(thread_id - 1));
#if 0 #if 0
LOG_ERROR(" Not actually updating"); LOG_ERROR(" Not actually updating");