Use bool in gdbarch

This changes gdbarch to use bool for initialized_p.
This commit is contained in:
Tom Tromey
2022-06-01 13:00:11 -06:00
parent 367dda8596
commit 0655397b57
3 changed files with 3 additions and 3 deletions

View File

@@ -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;