Changeset 2d11a7d8 in mainline for uspace/app/tester/fault
- Timestamp:
 - 2009-06-30T15:54:14Z (16 years ago)
 - Branches:
 - lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
 - Children:
 - 9c40f883
 - Parents:
 - db24058
 - Location:
 - uspace/app/tester/fault
 - Files:
 - 
      
- 2 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
uspace/app/tester/fault/fault1.c
rdb24058 r2d11a7d8 30 30 #include "../tester.h" 31 31 32 char * test_fault1(bool quiet)32 char *test_fault1(void) 33 33 { 34 34 ((int *)(0))[1] = 0;  - 
      
uspace/app/tester/fault/fault2.c
rdb24058 r2d11a7d8 30 30 #include "../tester.h" 31 31 32 char * test_fault2(bool quiet)32 char *test_fault2(void) 33 33 { 34 34 volatile long long var;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  