Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 785 → Rev 784

/shark/trunk/ports/first/modules/edfstar.c
332,7 → 332,7
 
if ( proc_table[exec].task_level==l ) {
if (proc_table[exec].avail_time > 0) EDFSTAR_account_capacity(lev,exec);
EDFSTAR_account_capacity(lev,exec);
 
/* check if the wcet is finished... */
if (proc_table[exec].avail_time < 0) {