Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1734 → Rev 1735

/kernel/trunk/arch/amd64/src/mm/page.c
192,7 → 192,7
fault_if_from_uspace(istate, "Page fault: %#x", page);
 
print_info_errcode(n, istate);
printf("Page fault address: %llX\n", page);
printf("Page fault address: %llx\n", page);
panic("page fault\n");
}
}