diff options
Diffstat (limited to 'gdb/target.c')
-rw-r--r-- | gdb/target.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/target.c b/gdb/target.c index 9a8473d..06d7b4f 100644 --- a/gdb/target.c +++ b/gdb/target.c @@ -3729,8 +3729,8 @@ target_always_non_stop_p (void) /* See target.h. */ -int -target_is_non_stop_p (void) +bool +target_is_non_stop_p () { return (non_stop || target_non_stop_enabled == AUTO_BOOLEAN_TRUE |