Change boolean options to bool instead of int
[deliverable/binutils-gdb.git] / gdb / arm-nbsd-nat.c
index 2a83553a3fe23e07e07fe64cd24e9fa206a68307..38a9e954b920ac1c678ddfa6d202499eb9645f70 100644 (file)
@@ -40,7 +40,7 @@ public:
 
 static arm_netbsd_nat_target the_arm_netbsd_nat_target;
 
-extern int arm_apcs_32;
+extern bool arm_apcs_32;
 
 static void
 arm_supply_gregset (struct regcache *regcache, struct reg *gregset)
This page took 0.028348 seconds and 4 git commands to generate.