diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/target/riscv/riscv-011.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/target/riscv/riscv-011.c b/src/target/riscv/riscv-011.c index 64379dc..14af071 100644 --- a/src/target/riscv/riscv-011.c +++ b/src/target/riscv/riscv-011.c @@ -1584,8 +1584,6 @@ static int examine(struct target *target) return result; target_set_examined(target); - for (size_t i = 0; i < 32; ++i) - reg_cache_set(target, i, -1); LOG_INFO("Examined RISCV core; XLEN=%d, misa=0x%" PRIx64, riscv_xlen(target), r->misa); |