gdb: fix build with clang 15
authorjca <jca@openbsd.org>
Tue, 27 Dec 2022 02:22:46 +0000 (02:22 +0000)
committerjca <jca@openbsd.org>
Tue, 27 Dec 2022 02:22:46 +0000 (02:22 +0000)
commita19b5bdcda58bae659949efbaf01a531962d4e92
tree5718b436bdbef45a543e32d9e605f2db07a026b9
parentb71341ac0994adc2cd49d0ab91d01e6d7c675542
gdb: fix build with clang 15

The code wants a pointer to a "CORE_ADDR", thus the "(CORE_ADDR)" cast
is erroneous.  Just pass NULL.

ok jsg@
gnu/usr.bin/binutils/gdb/tui/tui-stack.c