diff options
author | Tom Tromey <tom@tromey.com> | 2019-12-24 16:43:51 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2019-12-27 09:33:37 -0700 |
commit | f9ba974dea317eae6e7032b52b52314cbe43f9d8 (patch) | |
tree | 6c09ab7685769bb0ca67bc97e7232bad5d31a333 /gdb/ChangeLog | |
parent | a1e4dee4350dec57393bec8944762c9848ee6049 (diff) | |
download | gdb-f9ba974dea317eae6e7032b52b52314cbe43f9d8.zip gdb-f9ba974dea317eae6e7032b52b52314cbe43f9d8.tar.gz gdb-f9ba974dea317eae6e7032b52b52314cbe43f9d8.tar.bz2 |
Reorder an "if" in print_disassembly
I noticed that print_disassembly has two #if blocks for TUI code,
where one would do. This patch rearranges the code slightly to remove
a #if.
gdb/ChangeLog
2019-12-27 Tom Tromey <tom@tromey.com>
* cli/cli-cmds.c (print_disassembly): Reorder "if".
Change-Id: I36f3f682f5685b3d9b148da5aed26eb3cc7d598e
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b31ddcd..571cd78 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2019-12-27 Tom Tromey <tom@tromey.com> + * cli/cli-cmds.c (print_disassembly): Reorder "if". + +2019-12-27 Tom Tromey <tom@tromey.com> + * tui/tui.c (tui_active): Now bool. (tui_finish_init): Likewise. (tui_enable): Update. |