- remove typo

git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@17 315a16e6-25f9-4109-90ae-ca3045a26c18
This commit is contained in:
stefan 2010-08-02 13:34:01 +00:00
parent b11c38d4af
commit b6375e8d6c

View file

@ -155,7 +155,7 @@ task_t* get_new_task(void)
/* signalize that this task could be reuse */
if (current_task->status == TASK_FINISHED) {
current_task = TASK_INVALID;
current_task->status = TASK_INVALID;
/* wake up blocked tasks */
for(i=0; i<MAX_TASKS; i++) {