Ignore:
File:
1 edited

Legend:

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

    rc15b374 r62baed17  
    115115        if (as_page_fault(page, access, istate) == AS_PF_FAULT) {
    116116                fault_if_from_uspace(istate, "Page fault: %#x.", page);
    117                 panic_memtrap(istate, access, page, NULL);
     117                panic_memtrap(istate, access, page, "Page fault.");
    118118        }
    119119}
Note: See TracChangeset for help on using the changeset viewer.