aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2/macro.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/dwarf2/macro.h')
-rw-r--r--gdb/dwarf2/macro.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dwarf2/macro.h b/gdb/dwarf2/macro.h
index 5e77c91..5a05392 100644
--- a/gdb/dwarf2/macro.h
+++ b/gdb/dwarf2/macro.h
@@ -30,7 +30,7 @@ extern void dwarf_decode_macros (dwarf2_per_objfile *per_objfile,
unsigned int offset,
dwarf2_section_info *str_section,
dwarf2_section_info *str_offsets_section,
- ULONGEST str_offsets_base,
+ gdb::optional<ULONGEST> str_offsets_base,
int section_is_gnu);
#endif /* GDB_DWARF2_MACRO_H */