Ignore:
Timestamp:
Aug 14, 2017, 1:03:39 PM (7 years ago)
Author:
max@…
Message:

Treat user/kern exceptions differently.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/core/hal_special.c

    r368 r371  
    148148}
    149149
    150 void hal_get_mmu_excp( intptr_t * mmu_ins_excp_code,
    151                        intptr_t * mmu_ins_bad_vaddr,
    152                        intptr_t * mmu_dat_excp_code,
    153                        intptr_t * mmu_dat_bad_vaddr )
     150void hal_get_mmu_excp(intptr_t *mmu_ins_excp_code, intptr_t *mmu_ins_bad_vaddr,
     151    intptr_t *mmu_dat_excp_code, intptr_t *mmu_dat_bad_vaddr)
    154152{
    155153        x86_panic((char *)__func__);
    156154}
     155
Note: See TracChangeset for help on using the changeset viewer.