mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
Use bool in gdbarch
This changes gdbarch to use bool for initialized_p.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user