Fix build.

Change-Id: I4dd4a3bac0586bfaeb0ae9c197b637d6edb422c9
Signed-off-by: Tim Newsome <tim@sifive.com>
This commit is contained in:
Tim Newsome 2023-12-22 09:26:57 -08:00
parent e4a0658dff
commit a7b5b320fd
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ static int breakpoint_free(struct target *data_target, struct target *breakpoint
return retval; 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; (*breakpoint_p) = breakpoint->next;
free(breakpoint->orig_instr); free(breakpoint->orig_instr);
free(breakpoint); free(breakpoint);