target/riscv: Fix typo in gdb_regno_cacheable() comment.
Change-Id: If8806853d47779b5b208202803ed5da437f7b624 Signed-off-by: Tim Newsome <tim@sifive.com>
This commit is contained in:
parent
8fdce4534f
commit
162cc1e79d
|
@ -4663,7 +4663,7 @@ static bool gdb_regno_cacheable(enum gdb_regno regno, bool is_write)
|
||||||
|
|
||||||
case GDB_REGNO_TSELECT: /* I think this should be above, but then it doesn't work. */
|
case GDB_REGNO_TSELECT: /* I think this should be above, but then it doesn't work. */
|
||||||
case GDB_REGNO_TDATA1: /* Changes value when tselect is changed. */
|
case GDB_REGNO_TDATA1: /* Changes value when tselect is changed. */
|
||||||
case GDB_REGNO_TDATA2: /* Changse value when tselect is changed. */
|
case GDB_REGNO_TDATA2: /* Changes value when tselect is changed. */
|
||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue