fix rdi_from_dwarf build

This commit is contained in:
Ryan Fleury
2024-06-18 10:55:54 -07:00
parent ada1b8dfe2
commit a8891b3ca4
2 changed files with 24 additions and 10 deletions
+1 -1
View File
@@ -387,7 +387,7 @@ static String8Array
elf_section_name_array_from_elf(ELF_Parsed *elf){
String8Array result = {0};
if (elf != 0){
result.strings = elf->section_names;
result.v = elf->section_names;
result.count = elf->section_count;
}
return(result);