Changeset 0f592fba in rtems
- Timestamp:
- 08/18/95 21:43:40 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 94179e0
- Parents:
- 9863dbf
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libmisc/stackchk/check.c
r9863dbf r0f592fba 251 251 running, 252 252 running->Object.id, 253 running->name); 253 *running->Object.name 254 ); 254 255 fflush(stderr); 255 256 … … 387 388 printf( "0x%08x 0x%08x 0x%08x 0x%08x %8d %8d\n", 388 389 the_thread ? the_thread->Object.id : ~0, 389 the_thread ? the_thread->name :390 the_thread ? *the_thread->Object.name : 390 391 rtems_build_name('I', 'N', 'T', 'R'), 391 392 (unsigned32) stack->area, -
c/src/libmisc/stackchk/check.c
r9863dbf r0f592fba 251 251 running, 252 252 running->Object.id, 253 running->name); 253 *running->Object.name 254 ); 254 255 fflush(stderr); 255 256 … … 387 388 printf( "0x%08x 0x%08x 0x%08x 0x%08x %8d %8d\n", 388 389 the_thread ? the_thread->Object.id : ~0, 389 the_thread ? the_thread->name :390 the_thread ? *the_thread->Object.name : 390 391 rtems_build_name('I', 'N', 'T', 'R'), 391 392 (unsigned32) stack->area, -
cpukit/libmisc/stackchk/check.c
r9863dbf r0f592fba 251 251 running, 252 252 running->Object.id, 253 running->name); 253 *running->Object.name 254 ); 254 255 fflush(stderr); 255 256 … … 387 388 printf( "0x%08x 0x%08x 0x%08x 0x%08x %8d %8d\n", 388 389 the_thread ? the_thread->Object.id : ~0, 389 the_thread ? the_thread->name :390 the_thread ? *the_thread->Object.name : 390 391 rtems_build_name('I', 'N', 'T', 'R'), 391 392 (unsigned32) stack->area,
Note: See TracChangeset
for help on using the changeset viewer.