processing changes fixed again.

This commit is contained in:
Enno Rehling 2007-02-04 16:59:07 +00:00
parent 98c2524e89
commit faf95b2c43
1 changed files with 4 additions and 8 deletions

View File

@ -3836,15 +3836,11 @@ process(void)
}
porder = porder->next;
}
}
}
/* this is where the region post-processig will start: */
pregion = porder;
}
} else {
/* in case there weren't any units, move the pregion pointer over the unit/order tasks */
while (pregion && pregion->priority==prio && pregion->type!=PR_REGION_POST) {
pregion = pregion->next;
}
while (pregion && pregion->priority==prio && pregion->type!=PR_REGION_POST) {
pregion = pregion->next;
}
while (pregion && pregion->priority==prio && pregion->type==PR_REGION_POST) {