Changeset 232 for soft/giet_vm/sys/exc_handler.c
- Timestamp:
- Mar 5, 2013, 4:00:09 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/sys/exc_handler.c
r228 r232 70 70 _get_lock(&_tty_put_lock); 71 71 _puts("\n[GIET] Exception for task "); 72 _putd(_get_ current_task_id());72 _putd(_get_proc_task_id()); 73 73 _puts(" on processor "); 74 74 _putd(_procid()); … … 86 86 87 87 // goes to sleeping state 88 unsigned int task_id = _get_ current_task_id();88 unsigned int task_id = _get_proc_task_id(); 89 89 _set_context_slot( task_id, CTX_RUN_ID, 0); 90 90
Note: See TracChangeset
for help on using the changeset viewer.