diff options
Diffstat (limited to 'gdb/solib-irix.c')
-rw-r--r-- | gdb/solib-irix.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/solib-irix.c b/gdb/solib-irix.c index 1cfa452..7d3bc9c 100644 --- a/gdb/solib-irix.c +++ b/gdb/solib-irix.c @@ -436,7 +436,7 @@ irix_solib_create_inferior_hook (void) out what we need to know about them. */ clear_proceed_status (); - stop_soon_quietly = 1; + stop_soon_quietly = STOP_QUIETLY; stop_signal = TARGET_SIGNAL_0; do { @@ -462,7 +462,7 @@ irix_solib_create_inferior_hook (void) Delaying the resetting of stop_soon_quietly until after symbol loading suppresses the warning. */ solib_add ((char *) 0, 0, (struct target_ops *) 0, auto_solib_add); - stop_soon_quietly = 0; + stop_soon_quietly = NO_STOP_QUIETLY; re_enable_breakpoints_in_shlibs (); } |