Reorder an "if" in print_disassembly
authorTom Tromey <tom@tromey.com>
Tue, 24 Dec 2019 23:43:51 +0000 (16:43 -0700)
committerTom Tromey <tom@tromey.com>
Fri, 27 Dec 2019 16:33:37 +0000 (09:33 -0700)
commitf9ba974dea317eae6e7032b52b52314cbe43f9d8
tree6c09ab7685769bb0ca67bc97e7232bad5d31a333
parenta1e4dee4350dec57393bec8944762c9848ee6049
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
gdb/ChangeLog
gdb/cli/cli-cmds.c
This page took 0.023737 seconds and 4 git commands to generate.