Quick fix

This commit is contained in:
Jeremy 2024-05-25 14:32:34 -05:00
parent 810b74ecaa
commit 8bff5dc9fe
No known key found for this signature in database
GPG Key ID: 19AA8270105E8EB4

View File

@ -154,7 +154,7 @@ namespace libdwarf {
symbols.end(), symbols.end(),
frame_info.object_address, frame_info.object_address,
[] ( [] (
Dwarf_Addr pc, uint64_t pc,
const debug_map_symbol_info& symbol const debug_map_symbol_info& symbol
) { ) {
return pc < symbol.source_address; return pc < symbol.source_address;