CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/12/26 19:22:46
Modified files:
gnu/usr.bin/binutils/gdb/tui: tui-stack.c
Log message:
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@
