diff options
Diffstat (limited to 'gdb/hppa-tdep.c')
-rw-r--r-- | gdb/hppa-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/hppa-tdep.c b/gdb/hppa-tdep.c index be30359..b1f7188 100644 --- a/gdb/hppa-tdep.c +++ b/gdb/hppa-tdep.c @@ -41,7 +41,7 @@ #include "hppa-tdep.h" #include <algorithm> -static int hppa_debug = 0; +static bool hppa_debug = false; /* Some local constants. */ static const int hppa32_num_regs = 128; |