Subversion Repositories HelenOS

Compare Revisions

Regard whitespace Rev 1957 → Rev 1958

/trunk/kernel/arch/amd64/src/mm/page.c
193,7 → 193,7
if (as_page_fault(page, access, istate) == AS_PF_FAULT) {
fault_if_from_uspace(istate, "Page fault: %#x", page);
 
print_info_errcode(n, istate);
decode_istate(n, istate);
printf("Page fault address: %llx\n", page);
panic("page fault\n");
}