forked from Imagelibrary/binutils-gdb
Remove breakpoint_ops from init_ada_exception_breakpoint
init_ada_exception_breakpoint is only ever passed a single breakpoint_ops structure, so remove the parameter.
This commit is contained in:
@@ -1518,7 +1518,6 @@ extern void
|
||||
struct gdbarch *gdbarch,
|
||||
struct symtab_and_line sal,
|
||||
const char *addr_string,
|
||||
const struct breakpoint_ops *ops,
|
||||
int tempflag,
|
||||
int enabled,
|
||||
int from_tty);
|
||||
|
||||
Reference in New Issue
Block a user