fix clang builds

This commit is contained in:
Ryan Fleury
2024-10-07 14:43:31 -07:00
parent 7114a20e66
commit c7ce08fd71
8 changed files with 22 additions and 16 deletions
+2
View File
@@ -476,6 +476,8 @@ elf_sym_array_from_data(Arena *arena, ELF_Class elf_class, String8 data){
ELF_Sym64 *symbols = 0;
U64 count = 0;
switch (elf_class){
default:{}break;
case ELF_Class_32:
{
count = data.size/sizeof(ELF_Sym32);