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_do_interrupt.c

    r25 r48  
    3030#include <cpu-regs.h>
    3131
     32#include <hal_internal.h>
     33
    3234void hal_do_interrupt( thread_t * this,
    3335                       reg_t      cpu_id,
     
    3537                               reg_t      irq_state )
    3638{
    37 
     39        x86_panic((char *)__func__);
    3840}
Note: See TracChangeset for help on using the changeset viewer.