Merge pull request #952 from MarekVCodasip/stop-caching-dpc
target/riscv: Stop caching writes to DPC
This commit is contained in:
commit
5653f512a2
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue