Ignore:
Timestamp:
Mar 5, 2013, 4:00:09 PM (11 years ago)
Author:
meunier
Message:

Ajout du malloc dans le Giet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/sys/exc_handler.c

    r228 r232  
    7070    _get_lock(&_tty_put_lock);
    7171    _puts("\n[GIET] Exception for task ");
    72     _putd(_get_current_task_id());
     72    _putd(_get_proc_task_id());
    7373    _puts(" on processor ");
    7474    _putd(_procid());
     
    8686
    8787    // goes to sleeping state
    88     unsigned int task_id = _get_current_task_id();
     88    unsigned int task_id = _get_proc_task_id();
    8989    _set_context_slot( task_id, CTX_RUN_ID, 0);
    9090
Note: See TracChangeset for help on using the changeset viewer.