mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-12-19 01:19:41 +08:00
gdb/dwarf2: update call_site::target comment
This comment refers to the field location kind enum, even though call
sites were moved to their own enum in 7eb21cc702 ("Change
call_site_target to use custom type and enum"). Update it.
Change-Id: I089923170c919853efb2946529221a4b55e720c1
This commit is contained in:
@@ -198,7 +198,7 @@ struct call_site
|
||||
struct call_site *tail_call_next = nullptr;
|
||||
|
||||
/* * Describe DW_AT_call_target. Missing attribute uses
|
||||
FIELD_LOC_KIND_DWARF_BLOCK with FIELD_DWARF_BLOCK == NULL. */
|
||||
m_loc_kind == DWARF_BLOCK with m_loc.dwarf_block == nullptr. */
|
||||
|
||||
struct call_site_target target {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user