Ignore:
Timestamp:
Jun 26, 2017, 12:08:02 PM (7 years ago)
Author:
max@…
Message:

Put panics everywhere

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/hal_interrupt.c

    r25 r48  
    2828#include <hal_interrupt.h>
    2929
     30#include <hal_internal.h>
     31
    3032void hal_do_interrupt( thread_t * this,
    3133                               reg_t    * regs_tbl )
    3234{
    33 
     35        x86_panic((char *)__func__);
    3436}
Note: See TracChangeset for help on using the changeset viewer.