Appease Coverity

CID#469261
parent f2979e02
......@@ -91,6 +91,7 @@ next_freepage(const struct slashmap *map, struct mappage at, size_t *cache)
j = (int)map->max - from.level;
if (i > j)
i = j;
assert(i >= 0);
from.level += i;
from.page >>= i;
assert(from.level >= (int)map->min);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment