]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/btrace.c
Change boolean options to bool instead of int
[thirdparty/binutils-gdb.git] / gdb / btrace.c
index 466607dbfc2231bd3b954a59763fccc1e5bd79b2..1b809fb5c084fe15db7367b048ef3da56c297a22 100644 (file)
@@ -51,7 +51,7 @@ static struct cmd_list_element *maint_btrace_pt_set_cmdlist;
 static struct cmd_list_element *maint_btrace_pt_show_cmdlist;
 
 /* Control whether to skip PAD packets when computing the packet history.  */
-static int maint_btrace_pt_skip_pad = 1;
+static bool maint_btrace_pt_skip_pad = true;
 
 static void btrace_add_pc (struct thread_info *tp);