Change boolean options to bool instead of int
[deliverable/binutils-gdb.git] / gdb / arm-linux-nat.c
index 6a374bbc74b8d7fd6c89c3bd77f2678cdb23bb26..ef44e68d31987cd5428209fa99fd1be5bec472f4 100644 (file)
@@ -66,7 +66,7 @@
 #define PTRACE_SETHBPREGS 30
 #endif
 
-extern int arm_apcs_32;
+extern bool arm_apcs_32;
 
 class arm_linux_nat_target final : public linux_nat_target
 {
This page took 0.025582 seconds and 4 git commands to generate.