This commit is contained in:
Jeremy 2023-09-16 14:19:21 -04:00
parent c8e3f67bc0
commit 94514cb259
No known key found for this signature in database
GPG Key ID: 19AA8270105E8EB4

View File

@ -127,6 +127,7 @@ static int dwarf5_ranges(Dwarf_Die cu_die, Dwarf_Addr *lowest, Dwarf_Addr *highe
if(cooked2 > *highest) {
*highest = cooked2;
}
break;
default:
assert(false);
/* Something is wrong. */