diff options
Diffstat (limited to 'gdb/dwarf2/call-site.h')
-rw-r--r-- | gdb/dwarf2/call-site.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/dwarf2/call-site.h b/gdb/dwarf2/call-site.h index ffade3b..2cc4883 100644 --- a/gdb/dwarf2/call-site.h +++ b/gdb/dwarf2/call-site.h @@ -1,6 +1,6 @@ /* Call site information. - Copyright (C) 2011-2024 Free Software Foundation, Inc. + Copyright (C) 2011-2025 Free Software Foundation, Inc. Contributed by Cygnus Support, using pieces from other GDB modules. @@ -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 {}; |