[gdbsupport] Fix type of parallel_for_each_debug
authorTom de Vries <tdevries@suse.de>
Thu, 21 Jul 2022 11:34:14 +0000 (13:34 +0200)
committerTom de Vries <tdevries@suse.de>
Thu, 21 Jul 2022 11:34:14 +0000 (13:34 +0200)
commit9b89bf16c39365ac68929ca5d8484ef732e0ac4f
tree92f849ea49ccc50106867d222343a098dd0c185c
parent2fe9a3c41faa71b1f2bde40e818187491a5a9925
[gdbsupport] Fix type of parallel_for_each_debug

When I changed the initialization of parallel_for_each_debug from 0 to false,
I forgot to change the type from int to bool.  Fix this.

Tested by rebuilding on x86_64-linux.
gdbsupport/parallel-for.h