diff options
Diffstat (limited to 'gdb/ada-lang.c')
-rw-r--r-- | gdb/ada-lang.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ada-lang.c b/gdb/ada-lang.c index d964dae..e76a300 100644 --- a/gdb/ada-lang.c +++ b/gdb/ada-lang.c @@ -11805,7 +11805,7 @@ should_stop_exception (const struct bp_location *bl) for all exception catchpoint kinds. */ static void -check_status_exception (bpstat bs) +check_status_exception (bpstat *bs) { bs->stop = should_stop_exception (bs->bp_location_at.get ()); } @@ -11814,7 +11814,7 @@ check_status_exception (bpstat bs) for all exception catchpoint kinds. */ static enum print_stop_action -print_it_exception (bpstat bs) +print_it_exception (bpstat *bs) { struct ui_out *uiout = current_uiout; struct breakpoint *b = bs->breakpoint_at; |