Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
imbillow committed Nov 4, 2023
1 parent 73a1164 commit 471b503
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion librz/bin/dwarf/attr.c
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ RZ_IPI bool RzBinDwarfAttr_parse(
break;
// An index into the .debug_rnglists
case DW_FORM_rnglistx:
value->kind = RzBinDwarfAttr_Addr;
value->kind = RzBinDwarfAttr_RangelistPtr;
ULE128_OR_RET_FALSE(value->u64);
break;
default:
Expand Down
1 change: 0 additions & 1 deletion librz/bin/dwarf/dwarf.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// SPDX-License-Identifier: LGPL-3.0-only

#include <rz_bin_dwarf.h>
#include <rz_socket.h>
#include "dwarf_private.h"
#include "../format/elf/elf.h"

Expand Down

0 comments on commit 471b503

Please sign in to comment.