Skip to content

Commit

Permalink
Merge pull request #952 from MarekVCodasip/stop-caching-dpc
Browse files Browse the repository at this point in the history
target/riscv: Stop caching writes to DPC
  • Loading branch information
timsifive committed Nov 7, 2023
2 parents 839f292 + adb9c32 commit 5653f51
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/target/riscv/riscv.c
Original file line number Diff line number Diff line change
Expand Up @@ -4976,8 +4976,6 @@ static bool gdb_regno_cacheable(enum gdb_regno regno, bool is_write)
* CSRs. */
switch (regno) {
case GDB_REGNO_DPC:
return true;

case GDB_REGNO_VSTART:
case GDB_REGNO_VXSAT:
case GDB_REGNO_VXRM:
Expand Down

0 comments on commit 5653f51

Please sign in to comment.