Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 784 → Rev 785

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