Changeset 3235ad9 in rtems for c/src/libmisc
- Timestamp:
- 08/23/95 19:30:23 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 5250ff39
- Parents:
- 80e2c29e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/libmisc/stackchk/check.c
r80e2c29e r3235ad9 251 251 running, 252 252 running->Object.id, 253 * running->Object.name253 *(unsigned32 *)running->Object.name 254 254 ); 255 255 fflush(stderr); … … 388 388 printf( "0x%08x 0x%08x 0x%08x 0x%08x %8d %8d\n", 389 389 the_thread ? the_thread->Object.id : ~0, 390 the_thread ? * the_thread->Object.name :390 the_thread ? *(unsigned32 *)the_thread->Object.name : 391 391 rtems_build_name('I', 'N', 'T', 'R'), 392 392 (unsigned32) stack->area,
Note: See TracChangeset
for help on using the changeset viewer.