Merge pull request #952 from MarekVCodasip/stop-caching-dpc

target/riscv: Stop caching writes to DPC
This commit is contained in:
Tim Newsome 2023-11-07 09:04:58 -08:00 committed by GitHub
commit 5653f512a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -4976,8 +4976,6 @@ static bool gdb_regno_cacheable(enum gdb_regno regno, bool is_write)
* CSRs. */ * CSRs. */
switch (regno) { switch (regno) {
case GDB_REGNO_DPC: case GDB_REGNO_DPC:
return true;
case GDB_REGNO_VSTART: case GDB_REGNO_VSTART:
case GDB_REGNO_VXSAT: case GDB_REGNO_VXSAT:
case GDB_REGNO_VXRM: case GDB_REGNO_VXRM: