mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 10:00:51 +00:00
gdb: fix nulltr -> nullptr typo
Change-Id: I04403bd85ec3fa75ea14130d68daba675a2a8aeb
This commit is contained in:
@@ -310,7 +310,7 @@ block_starting_point_at (CORE_ADDR pc, const struct block *block)
|
||||
static bool
|
||||
stopped_by_user_bp_inline_frame (const block *frame_block, bpstat *stop_chain)
|
||||
{
|
||||
for (bpstat *s = stop_chain; s != nulltr; s = s->next)
|
||||
for (bpstat *s = stop_chain; s != nullptr; s = s->next)
|
||||
{
|
||||
struct breakpoint *bpt = s->breakpoint_at;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user