Change boolean options to bool instead of int
[deliverable/binutils-gdb.git] / gdb / nios2-tdep.c
index 8d685d4acaa3717db99445f966fafa10a9598804..cb17e4f3750be302b66d6dcef0806f2758ecfef9 100644 (file)
@@ -52,7 +52,7 @@
 
 /* Control debugging information emitted in this file.  */
 
-static int nios2_debug = 0;
+static bool nios2_debug = false;
 
 /* The following structures are used in the cache for prologue
    analysis; see the reg_value and reg_saved tables in
This page took 0.024212 seconds and 4 git commands to generate.