Skip to content

Commit

Permalink
update to libdwarf v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent committed Oct 12, 2024
1 parent ec038f6 commit 4c53309
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions w2c2/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ static
int
dwarfAccessGetSectionInfo(
void* obj,
Dwarf_Half sectionIndex,
Dwarf_Unsigned sectionIndex,
Dwarf_Obj_Access_Section_a *accessSection,
int* UNUSED(error)
) {
Expand Down Expand Up @@ -453,7 +453,7 @@ static
int
dwarfAccessLoadSection(
void* obj,
Dwarf_Half sectionIndex,
Dwarf_Unsigned sectionIndex,
Dwarf_Small** sectionData,
int* UNUSED(error)
) {
Expand All @@ -469,7 +469,7 @@ static
int
dwarfAccessRelocateASection(
void* UNUSED(obj),
Dwarf_Half UNUSED(sectionIndex),
Dwarf_Unsigned UNUSED(sectionIndex),
Dwarf_Debug UNUSED(debug),
int* UNUSED(error)
) {
Expand Down

0 comments on commit 4c53309

Please sign in to comment.