Change boolean options to bool instead of int
[deliverable/binutils-gdb.git] / gdb / ravenscar-thread.c
index f217d949f618a461765be8e7676963be6845fa3a..0cc7e1dc75a7ba4571db30f7eb5e05615caa52d1 100644 (file)
@@ -57,8 +57,8 @@
    is running, switching to its corresponding ptid, and then performing
    the operation on that ptid using the target beneath us.  */
 
-/* If non-null, ravenscar task support is enabled.  */
-static int ravenscar_task_support = 1;
+/* If true, ravenscar task support is enabled.  */
+static bool ravenscar_task_support = true;
 
 static const char running_thread_name[] = "__gnat_running_thread_table";
 
This page took 0.02464 seconds and 4 git commands to generate.