diff --git a/src/target/riscv/riscv.c b/src/target/riscv/riscv.c index 162e765c5c..6a604b9228 100644 --- a/src/target/riscv/riscv.c +++ b/src/target/riscv/riscv.c @@ -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: