Skip to content

Commit

Permalink
Merge pull request #915 from riscv/dpc_print
Browse files Browse the repository at this point in the history
target/riscv: Remove duplicate read PC message
  • Loading branch information
timsifive committed Oct 5, 2023
2 parents 833be46 + 3acc277 commit 599e0a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/target/riscv/riscv-013.c
Original file line number Diff line number Diff line change
Expand Up @@ -4671,7 +4671,6 @@ static int riscv013_get_register(struct target *target,
if (rid == GDB_REGNO_PC) {
/* TODO: move this into riscv.c. */
result = register_read_direct(target, value, GDB_REGNO_DPC);
LOG_TARGET_DEBUG(target, "read PC from DPC: 0x%" PRIx64, *value);
} else if (rid == GDB_REGNO_PRIV) {
uint64_t dcsr;
/* TODO: move this into riscv.c. */
Expand Down

0 comments on commit 599e0a2

Please sign in to comment.