Ignore:
File:
1 edited

Legend:

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

    rc2b9f21 rd67cdb7  
    1717
    1818#include "kernel_private.h"
     19#include "libhdr.h"
    1920
    2021#define __CFA_INVOKE_PRIVATE__
     
    7172        thrd_c->last = this_coroutine;
    7273
    73         // __cfaabi_dbg_print_safe("Thread start : %p (t %p, c %p)\n", this, thrd_c, thrd_h);
     74        // LIB_DEBUG_PRINT_SAFE("Thread start : %p (t %p, c %p)\n", this, thrd_c, thrd_h);
    7475
    7576        disable_interrupts();
     
    8182
    8283        ScheduleThread(thrd_h);
    83         enable_interrupts( __cfaabi_dbg_ctx );
     84        enable_interrupts( DEBUG_CTX );
    8485}
    8586
Note: See TracChangeset for help on using the changeset viewer.