Remove no-longer-true comment.
Change-Id: I888680e73682582438a0de0496238867f1604754
This commit is contained in:
parent
120477b2a2
commit
46715c7d8a
|
@ -1403,7 +1403,6 @@ void riscv_invalidate_register_cache(struct target *target)
|
|||
{
|
||||
RISCV_INFO(r);
|
||||
|
||||
/* Update the register list's widths. */
|
||||
register_cache_invalidate(target->reg_cache);
|
||||
for (size_t i = 0; i < GDB_REGNO_COUNT; ++i) {
|
||||
struct reg *reg = &target->reg_cache->reg_list[i];
|
||||
|
|
Loading…
Reference in New Issue