Subversion Repositories shark

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

#include <string.h>
#include <kernel/kern.h>

void panic_stub(void)
{
        cprintf("Panic: stub called!!!\n");

        sys_abort(200);                 /* Just a number... */
}