We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 38bd4b4 + e56dc61 commit 8ea44aaCopy full SHA for 8ea44aa
src/target/riscv/riscv_reg.c
@@ -730,7 +730,7 @@ int riscv_reg_impl_expose_csrs(const struct target *target)
730
struct reg * const reg = riscv_reg_impl_cache_entry(target, regno);
731
const unsigned int csr_number = regno - GDB_REGNO_CSR0;
732
if (reg->exist) {
733
- LOG_TARGET_WARNING(target,
+ LOG_TARGET_DEBUG(target,
734
"Not exposing CSR %d: register already exists.",
735
csr_number);
736
continue;
0 commit comments