Changes in kernel/test/fault/fault1.c [cb01e1e:a000878c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/test/fault/fault1.c
rcb01e1e ra000878c 37 37 #include <arch.h> 38 38 39 c har *test_fault1(void)39 const char *test_fault1(void) 40 40 { 41 41 ((int *)(0))[1] = 0;
Note:
See TracChangeset
for help on using the changeset viewer.