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

    r25 r48  
    2424
    2525#include <hal_types.h>
     26#include <hal_internal.h>
    2627
    2728inline void hal_disable_irq( uint32_t * old )
    2829{
    29 
     30        x86_panic((char *)__func__);
    3031}
    3132
    3233inline void hal_enable_irq( uint32_t * old )
    3334{
    34 
     35        x86_panic((char *)__func__);
    3536}
    3637
    3738inline void hal_restore_irq( uint32_t old )
    3839{
    39 
     40        x86_panic((char *)__func__);
    4041}
    4142
Note: See TracChangeset for help on using the changeset viewer.