Changeset 371 for trunk/hal/x86_64/core/hal_special.c
- Timestamp:
 - Aug 14, 2017, 1:03:39 PM (8 years ago)
 - File:
 - 
          
- 1 edited
 
- 
          trunk/hal/x86_64/core/hal_special.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
trunk/hal/x86_64/core/hal_special.c
r368 r371 148 148 } 149 149 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 ) 150 void 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) 154 152 { 155 153 x86_panic((char *)__func__); 156 154 } 155  
Note: See TracChangeset
          for help on using the changeset viewer.
      