Ignore:
Timestamp:
Nov 19, 2020, 11:47:00 PM (4 years ago)
Author:
alain
Message:

Cosmetic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/libk/remote_sem.c

    r635 r671  
    188188
    189189// check calling thread can yield
    190 assert( (this->busylocks == 0),
     190assert( __FUNCTION__, (this->busylocks == 0),
    191191"cannot yield : busylocks = %d\n", this->busylocks );
    192192
Note: See TracChangeset for help on using the changeset viewer.