Change boolean options to bool instead of int
[deliverable/binutils-gdb.git] / gdb / arch / aarch64-insn.c
index e04ad87fefbe2078a4f85470fd25fe61241d6043..48d0be83ff9156450e36e6b213a78a1f21a37f23 100644 (file)
@@ -20,7 +20,7 @@
 #include "aarch64-insn.h"
 
 /* Toggle this file's internal debugging dump.  */
-int aarch64_debug = 0;
+bool aarch64_debug = false;
 
 /* Extract a signed value from a bit field within an instruction
    encoding.
This page took 0.033333 seconds and 4 git commands to generate.