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 617ee2b..5876421 100644 --- a/gdb/break-catch-load.c +++ b/gdb/break-catch-load.c @@ -134,7 +134,7 @@ solib_catchpoint::check_status (struct bpstat *bs) } } - bs->stop = 0; + bs->stop = false; bs->print_it = print_it_noop; } |