Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/amd64/src/mm/page.c

    rc15b374 r64f6ef04  
    8989       
    9090        if (as_page_fault(page, access, istate) == AS_PF_FAULT) {
    91                 fault_if_from_uspace(istate, "Page fault: %#x.", page);
    92                 panic_memtrap(istate, access, page, NULL);
     91                fault_if_from_uspace(istate, "Page fault: %p.", page);
     92                decode_istate(n, istate);
     93                panic("Page fault: %p", page);
    9394        }
    9495}
Note: See TracChangeset for help on using the changeset viewer.