diff options
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 070ea85..678ea2b 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -942,7 +942,7 @@ bpstat_stop_status (pc, frame_address) "Error evaluating expression for watchpoint %d\n"; char message[sizeof (message1) + 30 /* slop */]; sprintf (message, message1, b->number); - switch (catch_errors (watchpoint_check, bs, message)) + switch (catch_errors (watchpoint_check, (char *) bs, message)) { case WP_DISABLED: /* We've already printed what needs to be printed. */ |