Changeset 531


Ignore:
Timestamp:
Sep 21, 2018, 10:19:53 PM (6 years ago)
Author:
nicolas.van.phan@…
Message:

Fix error in thread debug prints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/kern/thread.c

    r527 r531  
    11171117if( DEBUG_THREAD_IDLE < cycle )
    11181118printk("\n[DBG] %s : idle thread on core[%x,%d] wake up / cycle %d\n",
    1119 __FUNCTION__, this, local_cxy, this->core->lid, cycle );
     1119__FUNCTION__, local_cxy, CURRENT_THREAD->core->lid, cycle );
    11201120#endif
    11211121
Note: See TracChangeset for help on using the changeset viewer.