File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -730,7 +730,7 @@ int riscv_reg_impl_expose_csrs(const struct target *target)
730730 struct reg * const reg = riscv_reg_impl_cache_entry (target , regno );
731731 const unsigned int csr_number = regno - GDB_REGNO_CSR0 ;
732732 if (reg -> exist ) {
733- LOG_TARGET_DEBUG (target ,
733+ LOG_TARGET_WARNING (target ,
734734 "Not exposing CSR %d: register already exists." ,
735735 csr_number );
736736 continue ;
@@ -756,7 +756,7 @@ void riscv_reg_impl_hide_csrs(const struct target *target)
756756 struct reg * const reg = riscv_reg_impl_cache_entry (target , regno );
757757 const unsigned int csr_number = regno - GDB_REGNO_CSR0 ;
758758 if (!reg -> exist ) {
759- LOG_TARGET_WARNING (target ,
759+ LOG_TARGET_DEBUG (target ,
760760 "Not hiding CSR %d: register does not exist." ,
761761 csr_number );
762762 continue ;
You can’t perform that action at this time.
0 commit comments