Changeset 3dc936c1 in rtems for testsuites/sptests/spsize
- Timestamp:
- Jul 30, 2002, 11:24:48 PM (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, master
- Children:
- 8d6db178
- Parents:
- 57c67302
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/sptests/spsize/size.c
r57c67302 r3dc936c1 399 399 400 400 /* cpu.h */ 401 uninitialized += (sizeof _CPU_Null_fp_context) + 402 (sizeof _CPU_Interrupt_stack_low) + 401 uninitialized += (sizeof _CPU_Null_fp_context); 402 403 #if (CPU_ALLOCATE_INTERRUPT_STACK == TRUE) 404 uninitialized += (sizeof _CPU_Interrupt_stack_low) + 403 405 (sizeof _CPU_Interrupt_stack_high); 406 #endif 404 407 405 408 #endif
Note: See TracChangeset
for help on using the changeset viewer.