Changeset cb01e1e in mainline for kernel/test/fault/fault1.c
- Timestamp:
- 2009-04-04T00:26:27Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a85aebd
- Parents:
- 171f9a1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/test/fault/fault1.c
r171f9a1 rcb01e1e 37 37 #include <arch.h> 38 38 39 40 char * test_fault1(bool quiet) 39 char *test_fault1(void) 41 40 { 42 41 ((int *)(0))[1] = 0;
Note:
See TracChangeset
for help on using the changeset viewer.