Subversion Repositories HelenOS

Rev

Rev 2029 | Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2029 Rev 2050
Line 35... Line 35...
35
#include <proc/thread.h>
35
#include <proc/thread.h>
36
 
36
 
37
#include <arch.h>
37
#include <arch.h>
38
 
38
 
39
 
39
 
40
char * test_fault1(void)
40
char * test_fault1(bool quiet)
41
{
41
{
42
    ((int *)(0))[1] = 0;
42
    ((int *)(0))[1] = 0;
43
   
43
   
44
    return "Written to NULL";
44
    return "Written to NULL";
45
}
45
}