Changeset 7f6a24ab in rtems for cpukit/libmisc/stackchk
- Timestamp:
- 08/28/95 15:30:29 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 5072b07
- Parents:
- 5250ff39
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libmisc/stackchk/check.c
r5250ff39 r7f6a24ab 434 434 information = _Objects_Information_table[ class_index ]; 435 435 if ( information && information->is_thread ) { 436 for ( i=1 ; i < information->maximum ; i++ ) {436 for ( i=1 ; i <= information->maximum ; i++ ) { 437 437 the_thread = (Thread_Control *)information->local_table[ i ]; 438 438 Stack_check_Dump_threads_usage( the_thread );
Note: See TracChangeset
for help on using the changeset viewer.