Skip to content

Commit

Permalink
Fix build.
Browse files Browse the repository at this point in the history
Change-Id: I4dd4a3bac0586bfaeb0ae9c197b637d6edb422c9
Signed-off-by: Tim Newsome <tim@sifive.com>
  • Loading branch information
timsifive committed Dec 22, 2023
1 parent e4a0658 commit a7b5b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/target/breakpoints.c
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ static int breakpoint_free(struct target *data_target, struct target *breakpoint
return retval;
}

LOG_TARGET_DEBUG(target, "free BPID: %" PRIu32 " --> %d", breakpoint->unique_id, retval);
LOG_TARGET_DEBUG(data_target, "free BPID: %" PRIu32 " --> %d", breakpoint->unique_id, retval);
(*breakpoint_p) = breakpoint->next;
free(breakpoint->orig_instr);
free(breakpoint);
Expand Down

0 comments on commit a7b5b32

Please sign in to comment.