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

    r25 r48  
    2727#include <thread.h>
    2828
     29#include <hal_internal.h>
     30
    2931void hal_do_syscall( thread_t * this,
    3032                     reg_t    * regs_tbl )
    3133{
    32 
     34        x86_panic((char *)__func__);
    3335}
Note: See TracChangeset for help on using the changeset viewer.