Changeset 790 for soft


Ignore:
Timestamp:
Feb 13, 2016, 2:24:06 PM (8 years ago)
Author:
alain
Message:

Cosmetic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_kernel/sys_handler.c

    r786 r790  
    604604///////////////////////////////////////////////////////////////////////////////////
    605605static void _dump_block( unsigned char* buf,
    606                              char*          string,
    607                              unsigned int   cluster_id,
    608                              unsigned int   block_id )
     606                         char*          string,
     607                         unsigned int   cluster_id,
     608                         unsigned int   block_id )
    609609{
    610610    unsigned int line;
     
    11651165        if ( (name == NULL) || (_strcmp(vspace[vspace_id].name , name ) == 0) )
    11661166        {
    1167             _user_printf("\n*** vspace %s\n", vspace[vspace_id].name );
     1167            _user_printf("\n--- vspace %s ---\n", vspace[vspace_id].name );
    11681168
    11691169            // scan all threads in vspace
Note: See TracChangeset for help on using the changeset viewer.