Change boolean options to bool instead of int
[deliverable/binutils-gdb.git] / gdb / or1k-tdep.c
index 8f6f6e196090f0c39d3f347a41531b4eeebd37b0..6a6dce1527340d58ad078f29c29dc227de20c7f0 100644 (file)
@@ -50,7 +50,7 @@
 
 /* Global debug flag.  */
 
-static int or1k_debug = 0;
+static bool or1k_debug = false;
 
 static void
 show_or1k_debug (struct ui_file *file, int from_tty,
This page took 0.023654 seconds and 4 git commands to generate.