mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-04 21:08:40 +00:00
switched to using base Arch enum for converting DWARF registers,
simplified top level building path
This commit is contained in:
@@ -8,10 +8,3 @@ e2r_rdi_binary_sections_from_elf_section_table(Arena *arena, ELF_Shdr64Array shd
|
||||
return result;
|
||||
}
|
||||
|
||||
internal RDIM_TopLevelInfo
|
||||
e2r_make_rdim_top_level_info(String8 image_name, RDI_Arch arch, ELF_Shdr64Array shdrs)
|
||||
{
|
||||
RDIM_TopLevelInfo top_level_info = {0};
|
||||
return top_level_info;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user