Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2646 → Rev 2647

/trunk/kernel/generic/src/mm/backend_elf.c
304,7 → 304,7
* by the ELF image.
*/
if (!(area->flags & AS_AREA_WRITE))
if (base + count*PAGE_SIZE <= start_anon)
if (base + count * PAGE_SIZE <= start_anon)
continue;
for (j = 0; j < count; j++) {