Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1211 → Rev 1212

/kernel/trunk/arch/amd64/src/mm/page.c
168,7 → 168,7
page = read_cr2();
if (!as_page_fault(page)) {
print_info_errcode(n, istate);
printf("Page fault address: %Q\n", page);
printf("Page fault address: %llX\n", page);
panic("page fault\n");
}
}