diff options
Diffstat (limited to 'gdb/somsolib.c')
-rw-r--r-- | gdb/somsolib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/somsolib.c b/gdb/somsolib.c index 904ddf1..828eea3 100644 --- a/gdb/somsolib.c +++ b/gdb/somsolib.c @@ -1556,7 +1556,7 @@ som_solib_restart () /* Before the shlib info vanishes, use it to disable any breakpoints that may still be active in those shlibs. */ - disable_breakpoints_in_shlibs (); + disable_breakpoints_in_shlibs (0); /* Discard all the shlib descriptors. */ |