mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-03 12:12:06 +00:00
Remove unnecessary dwarf warning when no line-no info is found
This commit is contained in:
parent
deafc518b0
commit
fa9028f19d
@ -498,7 +498,7 @@ static const ut8* r_bin_dwarf_parse_spec_opcode(
|
||||
|
||||
adj_opcode = opcode - hdr->opcode_base;
|
||||
if (!hdr->line_range) {
|
||||
eprintf ("Error r_bin_dwarf_parse_spec_opcode: hdr->line_range is 0\n");
|
||||
// line line-range information. move away
|
||||
return NULL;
|
||||
}
|
||||
advance_adr = adj_opcode / hdr->line_range;
|
||||
|
Loading…
x
Reference in New Issue
Block a user