summaryrefslogtreecommitdiff
path: root/gdb/gdbarch.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gdbarch.c')
-rw-r--r--gdb/gdbarch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbarch.c b/gdb/gdbarch.c
index d4ea5d33c9..800d9196ea 100644
--- a/gdb/gdbarch.c
+++ b/gdb/gdbarch.c
@@ -30,7 +30,7 @@
struct gdbarch
{
/* Has this architecture been fully initialized? */
- int initialized_p;
+ bool initialized_p;
/* An obstack bound to the lifetime of the architecture. */
struct obstack *obstack;