]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Minor C++ cleanups in tui-regs.c
authorTom Tromey <tom@tromey.com>
Sun, 17 Dec 2023 17:35:19 +0000 (10:35 -0700)
committerTom Tromey <tom@tromey.com>
Thu, 8 Feb 2024 19:15:39 +0000 (12:15 -0700)
commit1a2596729376be777bb1d00889057845e26f9dc3
treee383049834120fca38e447b5265f213dc9bbffe4
parent32ed168c4d0aaa7e3e04eed0742c03df947719c6
Minor C++ cleanups in tui-regs.c

This changes a couple of spots to use nullptr rather than 0, and
changes an int to a bool.

Tested-By: Tom de Vries <tdevries@suse.de>
Reviewed-By: Andrew Burgess <aburgess@redhat.com>
Approved-By: Andrew Burgess <aburgess@redhat.com>
gdb/tui/tui-regs.c