Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1147 → Rev 1148

/kernel/trunk/generic/src/mm/as.c
542,7 → 542,7
 
/*
* Second, locate the left sibling and test its last record.
* Because of its position in the B+-tree, it must have base < va.
* Because of its position in the B+tree, it must have base < va.
*/
if ((lnode = btree_node_left_sibling(&as->as_area_btree, leaf))) {
a = (as_area_t *) lnode->value[lnode->keys - 1];