Review feedback.

Change-Id: If58c011fc8d89d329d65a6c624ffb631f111cef2
This commit is contained in:
Tim Newsome 2018-05-17 18:08:08 -07:00
parent 41c42bf2df
commit 0ad060d97a
1 changed files with 1 additions and 1 deletions

View File

@ -1766,7 +1766,7 @@ bool riscv_has_register(struct target *target, int hartid, int regid)
/**
* This function is called when the debug user wants to change the value of a
* register. The new value may be cached, and may not be written until the hart
* is running again. */
* is resumed. */
int riscv_set_register(struct target *target, enum gdb_regno r, riscv_reg_t v)
{
return riscv_set_register_on_hart(target, riscv_current_hartid(target), r, v);