Skip to content

Commit

Permalink
Merge pull request #1118 from aap-sc/aap-sc/fixup_hidecsr_warnings
Browse files Browse the repository at this point in the history
target/riscv: re-apply patch do stop avoid warnings when a non-existent CSR is hidden
  • Loading branch information
aap-sc committed Aug 29, 2024
2 parents 38bd4b4 + e56dc61 commit 8ea44aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/target/riscv/riscv_reg.c
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ int riscv_reg_impl_expose_csrs(const struct target *target)
struct reg * const reg = riscv_reg_impl_cache_entry(target, regno);
const unsigned int csr_number = regno - GDB_REGNO_CSR0;
if (reg->exist) {
LOG_TARGET_WARNING(target,
LOG_TARGET_DEBUG(target,
"Not exposing CSR %d: register already exists.",
csr_number);
continue;
Expand Down

0 comments on commit 8ea44aa

Please sign in to comment.