Changeset 0f592fba in rtems for c/src/libmisc/stackchk


Ignore:
Timestamp:
08/18/95 21:43:40 (29 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
94179e0
Parents:
9863dbf
Message:

Modified references to task name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/libmisc/stackchk/check.c

    r9863dbf r0f592fba  
    251251        running,
    252252        running->Object.id,
    253         running->name);
     253        *running->Object.name
     254    );
    254255    fflush(stderr);
    255256
     
    387388  printf( "0x%08x  0x%08x  0x%08x  0x%08x   %8d   %8d\n",
    388389          the_thread ? the_thread->Object.id : ~0,
    389           the_thread ? the_thread->name :
     390          the_thread ? *the_thread->Object.name :
    390391                       rtems_build_name('I', 'N', 'T', 'R'),
    391392          (unsigned32) stack->area,
Note: See TracChangeset for help on using the changeset viewer.