forked from Imagelibrary/binutils-gdb
Use false/true for some inferior class members instead of 0/1
Some class members were changed to bool, but there was still some assignments or comparisons using 0/1. Approved-By: Simon Marchi <simon.marchi@efficios.com>
This commit is contained in:
@@ -4625,7 +4625,7 @@ remote_target::process_initial_stop_replies (int from_tty)
|
||||
registers/memory. */
|
||||
for (inferior *inf : all_non_exited_inferiors (this))
|
||||
{
|
||||
inf->needs_setup = 1;
|
||||
inf->needs_setup = true;
|
||||
|
||||
if (non_stop)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user