vm: rename

db4
Slava Pestov 2009-10-09 23:37:35 -05:00
parent 0bf31e42e6
commit d17c63efa5
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ struct old_space : zone {
/* Find the card which contains the header of the object which contains
the given address */
cell find_object_start_card(cell address)
cell find_card_containing_header(cell address)
{
cell i = object_start_map_index(address);
while(i >= 0 && object_start_offsets[i] == card_starts_inside_object) i--;