- 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:
parent
b11c38d4af
commit
b6375e8d6c
1 changed files with 1 additions and 1 deletions
|
@ -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++) {
|
||||
|
|
Loading…
Add table
Reference in a new issue