diff options
Diffstat (limited to 'gdb/break-catch-load.c')
-rw-r--r-- | gdb/break-catch-load.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/break-catch-load.c b/gdb/break-catch-load.c index 0a27b05..699fbc1 100644 --- a/gdb/break-catch-load.c +++ b/gdb/break-catch-load.c @@ -227,7 +227,7 @@ add_solib_catchpoint (const char *arg, bool is_load, bool is_temp, bool enabled) } c->is_load = is_load; - init_catchpoint (c.get (), gdbarch, is_temp, NULL, &vtable_breakpoint_ops); + init_catchpoint (c.get (), gdbarch, is_temp, NULL); c->enable_state = enabled ? bp_enabled : bp_disabled; |