Changeset 3dd120f0 in rtems for testsuites/sptests/spfatal07/testcase.h
- Timestamp:
- Nov 6, 2012, 10:27:19 AM (8 years ago)
- Branches:
- 4.11, 5, master
- Children:
- dd40e143
- Parents:
- 524473fd
- git-author:
- Sebastian Huber <sebastian.huber@…> (11/06/12 10:27:19)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (11/07/12 14:08:42)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/sptests/spfatal07/testcase.h
r524473fd r3dd120f0 42 42 #endif 43 43 44 #if CPU_ALLOCATE_INTERRUPT_STACK == TRUE 45 #define CONFIGURE_INTERRUPT_STACK_SIZE (STACK_MINIMUM_SIZE - 1) 46 #endif 47 44 48 void force_error() 45 49 { 46 50 #if (CPU_ALLOCATE_INTERRUPT_STACK == TRUE) 47 Configuration.interrupt_stack_size = (STACK_MINIMUM_SIZE-1); 48 _ISR_Handler_initialization(); 51 /* we will not run this far */ 49 52 #else 50 53 printk( … … 55 58 rtems_test_exit(0); 56 59 #endif 57 58 /* we will not run this far */59 60 }
Note: See TracChangeset
for help on using the changeset viewer.