Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 723 → Rev 722

/kernel/branches/falloc_bad/generic/src/mm/frame.c
159,6 → 159,7
ASSERT(status != NULL);
*status = FRAME_OK;
}
printf("frame_alloc() returns %P\n", v);
return v;
}