Small optimization, doesn't really matter but doesn't hurt

This commit is contained in:
Jeremy 2024-02-11 22:22:29 -06:00
parent e6627b760d
commit 22b326ba7e
No known key found for this signature in database
GPG Key ID: BE03111EB7ED6E2E

View File

@ -638,6 +638,7 @@ namespace libdwarf {
);
// TODO: Make any attempt to note PC ranges? Handle line end sequence?
line_entries.reserve(line_count);
for(int i = 0; i < line_count; i++) {
Dwarf_Line line = line_buffer[i];
Dwarf_Addr low_addr = 0;