Add binary_search_ranges debug.
GitOrigin-RevId: 866977f67c8816c9fb2fc1bcf0970f8f5cb4c03b
This commit is contained in:
parent
fe32051267
commit
813ba873a8
@ -1150,7 +1150,7 @@ static uint32 binary_search_ranges(const int32 (&ranges)[N], uint32 code) {
|
|||||||
case 2:
|
case 2:
|
||||||
return ((code - 1) | 1);
|
return ((code - 1) | 1);
|
||||||
default:
|
default:
|
||||||
UNREACHABLE();
|
LOG(FATAL) << code << " " << l << " " << r << " " << t;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user