Fix #32
This commit is contained in:
parent
c8e3f67bc0
commit
94514cb259
@ -127,6 +127,7 @@ static int dwarf5_ranges(Dwarf_Die cu_die, Dwarf_Addr *lowest, Dwarf_Addr *highe
|
|||||||
if(cooked2 > *highest) {
|
if(cooked2 > *highest) {
|
||||||
*highest = cooked2;
|
*highest = cooked2;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
assert(false);
|
assert(false);
|
||||||
/* Something is wrong. */
|
/* Something is wrong. */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user