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

    r25 r48  
    3232#include <cpu-regs.h>
    3333
     34#include <hal_internal.h>
     35
    3436extern reg_t do_syscall( reg_t arg0,
    3537                                     reg_t arg1,
     
    4042static void sys_sigreturn()
    4143{
    42 
     44        x86_panic((char *)__func__);
    4345}
    4446
    4547thread_t * hal_do_syscall( reg_t * regs_tbl )
    4648{
     49        x86_panic((char *)__func__);
    4750        return NULL;
    4851}
Note: See TracChangeset for help on using the changeset viewer.