]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/windows-tdep.c
Change boolean options to bool instead of int
[thirdparty/binutils-gdb.git] / gdb / windows-tdep.c
index 42083e789a580811070645ddbaaae267b9608470..bb69a79996ac8ad798d48190fbacc61a79cb556a 100644 (file)
@@ -100,7 +100,7 @@ static const int MAX_TIB64 =
   sizeof (thread_information_64) / sizeof (uint64_t);
 static const int FULL_TIB_SIZE = 0x1000;
 
-static int maint_display_all_tib = 0;
+static bool maint_display_all_tib = false;
 
 /* Define Thread Local Base pointer type.  */