Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/concurrency/thread.c

    rd67cdb7 r36982fc  
    7272        thrd_c->last = this_coroutine;
    7373
    74         // LIB_DEBUG_PRINT_SAFE("Thread start : %p (t %p, c %p)\n", this, thrd_c, thrd_h);
     74        // __cfaabi_dbg_print_safe("Thread start : %p (t %p, c %p)\n", this, thrd_c, thrd_h);
    7575
    7676        disable_interrupts();
     
    8282
    8383        ScheduleThread(thrd_h);
    84         enable_interrupts( DEBUG_CTX );
     84        enable_interrupts( __cfaabi_dbg_ctx );
    8585}
    8686
Note: See TracChangeset for help on using the changeset viewer.