Ignore:
Timestamp:
Jan 6, 2016, 5:14:34 PM (8 years ago)
Author:
cfuguet
Message:

Introducing the coremark benchmark

File:
1 edited

Legend:

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

    r733 r753  
    959959
    960960    // print exit message
    961     if ( string == NULL )
    962     {
    963         _printf("\n[GIET WARNING] Exit thread %x in application %s\n",
    964                 trdid , vspace[vsid].name );
    965     }
    966     else
     961    if ( string != NULL )
    967962    {
    968963        _printf("\n[GIET WARNING] Exit thread %x in vspace %s\n"
Note: See TracChangeset for help on using the changeset viewer.