Rev 1787 | Rev 2027 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
#include <proc/thread.h>
#include <arch.h>
void test(void)
void test_fault1(void)
{
((int *)(0))[1]=0;
}