diff options
Diffstat (limited to 'gdb/gdbsupport/common-debug.c')
-rw-r--r-- | gdb/gdbsupport/common-debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbsupport/common-debug.c b/gdb/gdbsupport/common-debug.c index 97c9003..7e7e5c3 100644 --- a/gdb/gdbsupport/common-debug.c +++ b/gdb/gdbsupport/common-debug.c @@ -22,7 +22,7 @@ /* See gdbsupport/common-debug.h. */ -int show_debug_regs; +bool show_debug_regs; /* See gdbsupport/common-debug.h. */ |